Home
last modified time | relevance | path

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

/PHP-7.3/ext/json/
H A Djson_scanner.re51 #define PHP_JSON_SCANNER_COPY_ESC() php_json_scanner_copy_string(s, 0)
52 #define PHP_JSON_SCANNER_COPY_UTF() php_json_scanner_copy_string(s, 5)
53 #define PHP_JSON_SCANNER_COPY_UTF_SP() php_json_scanner_copy_string(s, 11)
58 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
H A Djson_scanner.c52 #define PHP_JSON_SCANNER_COPY_ESC() php_json_scanner_copy_string(s, 0)
53 #define PHP_JSON_SCANNER_COPY_UTF() php_json_scanner_copy_string(s, 5)
54 #define PHP_JSON_SCANNER_COPY_UTF_SP() php_json_scanner_copy_string(s, 11)
59 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() function

Completed in 6 milliseconds