Home
last modified time | relevance | path

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

/PHP-7.4/ext/json/
H A Dphp_json_scanner.h42 } php_json_scanner; typedef
45 void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len, int options);
46 int php_json_scan(php_json_scanner *s);
H A Dconfig.m416 PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
H A Djson_scanner.re20 #include "php_json_scanner.h"
58 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size)
81 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start)
91 static int php_json_ucs2_to_int(php_json_scanner *s, int size)
96 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options)
104 int php_json_scan(php_json_scanner *s)
H A Dconfig.w3221 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
H A Dphp_json_parser.h56 php_json_scanner scanner;

Completed in 7 milliseconds