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
131 /* This is a safeguard to prevent copy-pasters from using incompatible C and header files */
203 unsigned char *copy = NULL;
211 copy = (unsigned char*)hooks->allocate(length);
212 if (copy == NULL)
216 memcpy(copy, string, length);
218 return copy;
339 /* copy the number into a temporary buffer and replace '.' with the decimal point
436 /* copy the number into a temporary buffer and replace '.' with the decimal point
563 char *copy = NULL;
579 copy = (char*) cJSON_strdup((const unsigned char*)valuestring, &global_hooks);
580 if (copy == NULL)
588 object->valuestring = copy;
590 return copy;
767 /* copy the printed number to the output and replace locale
837 /* copy the printed number to the output and replace locale
1217 /* copy the string */
1222 /* normal character, copy */
1464 else /* otherwise copy the JSON over to a new buffer */