Home
last modified time | relevance | path

Searched refs:php_json_scanner (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/json/
H A Dphp_json_scanner.h40 } php_json_scanner; typedef
43 void php_json_scanner_init(php_json_scanner *scanner, const char *str, size_t str_len, int options);
44 int php_json_scan(php_json_scanner *s);
H A Dconfig.m47 PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/json", "php_json.h php_json_parser.h php_json_scanner.h");
H A Djson_scanner.re18 #include "php_json_scanner.h"
56 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
79 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start)
89 static int php_json_ucs2_to_int(php_json_scanner *s, int size)
94 void php_json_scanner_init(php_json_scanner *s, const char *str, size_t str_len, int options)
102 int php_json_scan(php_json_scanner *s)
H A Dphp_json_parser.h54 php_json_scanner scanner;

Completed in 15 milliseconds