Home
last modified time | relevance | path

Searched defs:to (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON_Utils.c1114 …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/
Dllex.c171 static void buffreplace (LexState *ls, char from, char to) { in buffreplace()
Dlapi.c110 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/
Dllex.c196 static void buffreplace (LexState *ls, char from, char to) { in buffreplace()
Dlapi.c112 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/
Dlapi.c118 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/
Dembedded_c.c242 bin2str(char *to, const unsigned char *p, size_t len) in bin2str()
/civetweb-2.7.6/src/
Dcivetweb.c8015 bin2str(char *to, const unsigned char *p, size_t len)