Lines Matching defs:copy
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69 unsigned char *copy = NULL;
72 copy = (unsigned char*) cJSON_malloc(length);
73 if (copy == NULL)
77 memcpy(copy, string, length);
79 return copy;
172 /* copy a string while escaping '~' and '/' with ~0 and ~1 JSON pointer escape codes */
437 /* copy path and split it in parent and child */
787 if (strcmp(operation->valuestring, "copy") == 0)
928 /* missing "from" for copy/move. */
943 /* missing "from" for copy/move. */
953 /* out of memory for copy/move. */
991 /* add, remove, replace, move, copy, test. */