Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A Djson_scanner.re39 #define PHP_JSON_SCANNER_COPY_ESC() php_json_scanner_copy_string(s, 0)
40 #define PHP_JSON_SCANNER_COPY_UTF() php_json_scanner_copy_string(s, 5)
41 #define PHP_JSON_SCANNER_COPY_UTF_SP() php_json_scanner_copy_string(s, 11)
46 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
H A Djson_scanner.c40 #define PHP_JSON_SCANNER_COPY_ESC() php_json_scanner_copy_string(s, 0)
41 #define PHP_JSON_SCANNER_COPY_UTF() php_json_scanner_copy_string(s, 5)
42 #define PHP_JSON_SCANNER_COPY_UTF_SP() php_json_scanner_copy_string(s, 11)
47 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() function

Completed in 9 milliseconds