Lines Matching defs:into
323 /* Parse the input text to generate a number, and populate the result into item. */
339 /* copy the number into a temporary buffer and replace '.' with the decimal point
422 /* Parse the input text to generate a number, and populate the result into item. */
436 /* copy the number into a temporary buffer and replace '.' with the decimal point
711 /* Render the number nicely from the given item into a string. */
719 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */
786 /* Render the number nicely from the given item into a string. */
793 unsigned char number_buffer[26] = {0}; /* temporary buffer to print the number into */
1015 /* Parse the input text into an unescaped cinput, and populate item. */
3151 char *into = json;
3183 minify_string(&json, (char**)&into);
3187 into[0] = json[0];
3189 into++;
3194 *into = '\0';