Home
last modified time | relevance | path

Searched refs:php_json_ctype (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/json/
H A Dphp_json_scanner.h25 typedef unsigned char php_json_ctype; typedef
28 php_json_ctype *cursor; /* cursor position */
29 php_json_ctype *token; /* token position */
30 php_json_ctype *limit; /* the last read character + 1 position */
31 php_json_ctype *marker; /* marker position for backtracking */
32 php_json_ctype *ctxmarker; /* marker position for context backtracking */
33 php_json_ctype *str_start; /* start position of the string */
34 php_json_ctype *pstr; /* string pointer for escapes conversion */
H A Djson_scanner.re25 #define YYCTYPE php_json_ctype
72 php_json_ctype *pc = s->cursor - start;
86 s->cursor = (php_json_ctype *) str;
87 s->limit = (php_json_ctype *) str + str_len;
260 s->pstr = (php_json_ctype *) Z_STRVAL(s->value);
H A Djson_scanner.c26 #define YYCTYPE php_json_ctype
73 php_json_ctype *pc = s->cursor - start; in php_json_ucs2_to_int_ex()
87 s->cursor = (php_json_ctype *) str; in php_json_scanner_init()
88 s->limit = (php_json_ctype *) str + str_len; in php_json_scanner_init()
580 s->pstr = (php_json_ctype *) Z_STRVAL(s->value); in php_json_scan()

Completed in 15 milliseconds