Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Djson_scanner.re58 size_t len = (size_t)(s->cursor - s->str_start - esc_size - 1);
60 memcpy(s->pstr, s->str_start, len);
208 s->str_start = s->cursor;
272 s->cursor = s->str_start;
275 memcpy(Z_STRVAL(s->value), s->str_start, len);
303 s->str_start = s->cursor;
311 s->str_start = s->cursor;
320 s->str_start = s->cursor;
333 s->str_start = s->cursor;
365 s->str_start = s->cursor;
[all …]
H A Dphp_json_scanner.h31 php_json_ctype *str_start; /* start position of the string */ member

Completed in 5 milliseconds