Searched refs:php_json_scanner (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/json/ |
H A D | php_json_scanner.h | 40 } php_json_scanner; typedef 43 void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len, int options); 44 int php_json_scan(php_json_scanner *s);
|
H A D | php_json_parser.h | 26 php_json_scanner scanner;
|
H A D | json_scanner.re | 20 #include "php_json_scanner.h" 46 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) 69 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) 79 static int php_json_ucs2_to_int(php_json_scanner *s, int size) 84 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) 92 int php_json_scan(php_json_scanner *s)
|
H A D | config.w32 | 20 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
|
H A D | json_scanner.c | 47 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() 70 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex() 80 static int php_json_ucs2_to_int(php_json_scanner *s, int size) in php_json_ucs2_to_int() 85 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) in php_json_scanner_init() 93 int php_json_scan(php_json_scanner *s) in php_json_scan()
|
Completed in 11 milliseconds