Home
last modified time | relevance | path

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

/PHP-7.3/ext/json/
H A Djson_scanner.re58 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
60 size_t len = s->cursor - s->str_start - esc_size - 1;
H A Djson_scanner.c59 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() argument
61 size_t len = s->cursor - s->str_start - esc_size - 1; in php_json_scanner_copy_string()

Completed in 9 milliseconds