Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Djson_scanner.re60 size_t len = s->cursor - s->str_start - esc_size - 1;
62 memcpy(s->pstr, s->str_start, len);
210 s->str_start = s->cursor;
274 s->cursor = s->str_start;
277 memcpy(Z_STRVAL(s->value), s->str_start, len);
305 s->str_start = s->cursor;
313 s->str_start = s->cursor;
322 s->str_start = s->cursor;
335 s->str_start = s->cursor;
367 s->str_start = s->cursor;
[all …]
H A Djson_scanner.c293 s->str_start = s->cursor; in php_json_scan()
598 s->cursor = s->str_start; in php_json_scan()
1054 s->str_start = s->cursor; in php_json_scan()
1296 s->str_start = s->cursor; in php_json_scan()
1306 s->str_start = s->cursor; in php_json_scan()
1317 s->str_start = s->cursor; in php_json_scan()
1366 s->str_start = s->cursor; in php_json_scan()
1416 s->str_start = s->cursor; in php_json_scan()
1588 s->str_start = s->cursor; in php_json_scan()
1598 s->str_start = s->cursor; in php_json_scan()
[all …]
H A Dphp_json_scanner.h33 php_json_ctype *str_start; /* start position of the string */ member

Completed in 11 milliseconds