Searched refs:str_esc (Results 1 – 3 of 3) sorted by relevance
199 s->str_esc = 0;221 s->str_esc += 5;225 s->str_esc += 4;229 s->str_esc += 3;233 s->str_esc += 8;241 s->str_esc++;250 size_t len = s->cursor - s->str_start - s->str_esc - 1;259 if (s->str_esc) {
36 int str_esc; /* number of extra characters for escaping */ member
278 s->str_esc = 0; in php_json_scan()570 size_t len = s->cursor - s->str_start - s->str_esc - 1; in php_json_scan()579 if (s->str_esc) { in php_json_scan()673 s->str_esc++; in php_json_scan()892 s->str_esc += 5; in php_json_scan()898 s->str_esc += 4; in php_json_scan()904 s->str_esc += 3; in php_json_scan()954 s->str_esc += 8; in php_json_scan()
Completed in 10 milliseconds