php_json_scanner   47 ext/json/json_scanner.c static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
php_json_scanner   70 ext/json/json_scanner.c static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start)
php_json_scanner   80 ext/json/json_scanner.c static int php_json_ucs2_to_int(php_json_scanner *s, int size)
php_json_scanner   85 ext/json/json_scanner.c void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options)
php_json_scanner   93 ext/json/json_scanner.c int php_json_scan(php_json_scanner *s)
php_json_scanner   26 ext/json/php_json_parser.h 	php_json_scanner scanner;
php_json_scanner   43 ext/json/php_json_scanner.h void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len, int options);
php_json_scanner   44 ext/json/php_json_scanner.h int php_json_scan(php_json_scanner *s);