Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A Djson_scanner.re46 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
48 size_t len = s->cursor - s->str_start - esc_size - 1;
H A Djson_scanner.c47 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() argument
49 size_t len = s->cursor - s->str_start - esc_size - 1; in php_json_scanner_copy_string()

Completed in 7 milliseconds