Searched refs:php_json_ctype (Results 1 – 2 of 2) sorted by relevance
23 typedef unsigned char php_json_ctype; typedef26 php_json_ctype *cursor; /* cursor position */27 php_json_ctype *token; /* token position */28 php_json_ctype *limit; /* the last read character + 1 position */29 php_json_ctype *marker; /* marker position for backtracking */30 php_json_ctype *ctxmarker; /* marker position for context backtracking */31 php_json_ctype *str_start; /* start position of the string */32 php_json_ctype *pstr; /* string pointer for escapes conversion */
23 #define YYCTYPE php_json_ctype82 php_json_ctype *pc = s->cursor - start;96 s->cursor = (php_json_ctype *) str;97 s->limit = (php_json_ctype *) str + str_len;271 s->pstr = (php_json_ctype *) Z_STRVAL(s->value);
Completed in 7 milliseconds