Home
last modified time | relevance | path

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

/PHP-7.3/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.c292 s->str_start = s->cursor; in php_json_scan()
594 s->cursor = s->str_start; in php_json_scan()
1050 s->str_start = s->cursor; in php_json_scan()
1292 s->str_start = s->cursor; in php_json_scan()
1302 s->str_start = s->cursor; in php_json_scan()
1313 s->str_start = s->cursor; in php_json_scan()
1362 s->str_start = s->cursor; in php_json_scan()
1412 s->str_start = s->cursor; in php_json_scan()
1584 s->str_start = s->cursor; in php_json_scan()
1594 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