Searched refs:str_start (Results 1 – 3 of 3) sorted by relevance
48 size_t len = s->cursor - s->str_start - esc_size - 1;50 memcpy(s->pstr, s->str_start, len);198 s->str_start = s->cursor;250 size_t len = s->cursor - s->str_start - s->str_esc - 1;261 s->cursor = s->str_start;265 memcpy(Z_STRVAL(s->value), s->str_start, len);280 s->str_start = s->cursor;288 s->str_start = s->cursor;297 s->str_start = s->cursor;310 s->str_start = s->cursor;[all …]
33 php_json_ctype *str_start; /* start position of the string */ member
49 size_t len = s->cursor - s->str_start - esc_size - 1; in php_json_scanner_copy_string()51 memcpy(s->pstr, s->str_start, len); in php_json_scanner_copy_string()277 s->str_start = s->cursor; in php_json_scan()570 size_t len = s->cursor - s->str_start - s->str_esc - 1; in php_json_scan()581 s->cursor = s->str_start; in php_json_scan()585 memcpy(Z_STRVAL(s->value), s->str_start, len); in php_json_scan()1005 s->str_start = s->cursor; in php_json_scan()1177 s->str_start = s->cursor; in php_json_scan()1187 s->str_start = s->cursor; in php_json_scan()1198 s->str_start = s->cursor; in php_json_scan()[all …]
Completed in 9 milliseconds