Home
last modified time | relevance | path

Searched refs:str_start (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/json/
H A Djson_scanner.re48 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 …]
H A Dphp_json_scanner.h33 php_json_ctype *str_start; /* start position of the string */ member
H A Djson_scanner.c49 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 10 milliseconds