Searched defs:to (Results 1 – 8 of 8) sorted by relevance
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON_Utils.c | 1114 …onst patches, const unsigned char * const path, cJSON * const from, cJSON * const to, const cJSON_… in create_patches() 1254 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatches() 1269 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatchesCaseSensitive() 1363 static cJSON *generate_merge_patch(cJSON * const from, cJSON * const to, const cJSON_bool case_sens… in generate_merge_patch() 1441 CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatch(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatch() 1446 …ON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatchCaseSensitive()
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | llex.c | 171 static void buffreplace (LexState *ls, char from, char to) { in buffreplace()
|
D | lapi.c | 110 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() 125 LUA_API void lua_setlevel (lua_State *from, lua_State *to) { in lua_setlevel()
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | llex.c | 196 static void buffreplace (LexState *ls, char from, char to) { in buffreplace()
|
D | lapi.c | 112 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() 207 TValue *to = index2addr(L, idx); in moveto() local
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lapi.c | 118 LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { in lua_xmove() 193 static void reverse (lua_State *L, StkId from, StkId to) { in reverse() 223 TValue *fr, *to; in lua_copy() local
|
/civetweb-2.7.6/examples/embedded_c/ |
D | embedded_c.c | 242 bin2str(char *to, const unsigned char *p, size_t len) in bin2str()
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 8015 bin2str(char *to, const unsigned char *p, size_t len)
|