Lines Matching refs:str_start
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()
1247 s->str_start = s->cursor; in php_json_scan()