Home
last modified time | relevance | path

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

/PHP-7.4/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
84 php_json_ctype *pc = s->cursor - start;
98 s->cursor = (php_json_ctype *) str;
99 s->limit = (php_json_ctype *) str + str_len;
273 s->pstr = (php_json_ctype *) Z_STRVAL(s->value);

Completed in 27 milliseconds