Searched refs:php_json_scanner_copy_string (Results 1 – 2 of 2) sorted by relevance
51 #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)
52 #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 12 milliseconds