php_json_ctype     26 ext/json/json_scanner.c #define	YYCTYPE     php_json_ctype
php_json_ctype     73 ext/json/json_scanner.c 	php_json_ctype *pc = s->cursor - start;
php_json_ctype     87 ext/json/json_scanner.c 	s->cursor = (php_json_ctype *) str;
php_json_ctype     88 ext/json/json_scanner.c 	s->limit = (php_json_ctype *) str + str_len;
php_json_ctype    637 ext/json/json_scanner.c 			s->pstr = (php_json_ctype *) Z_STRVAL(s->value);
php_json_ctype     28 ext/json/php_json_scanner.h 	php_json_ctype *cursor;         /* cursor position */
php_json_ctype     29 ext/json/php_json_scanner.h 	php_json_ctype *token;          /* token position */
php_json_ctype     30 ext/json/php_json_scanner.h 	php_json_ctype *limit;          /* the last read character + 1 position */
php_json_ctype     31 ext/json/php_json_scanner.h 	php_json_ctype *marker;         /* marker position for backtracking */
php_json_ctype     32 ext/json/php_json_scanner.h 	php_json_ctype *ctxmarker;      /* marker position for context backtracking */
php_json_ctype     33 ext/json/php_json_scanner.h 	php_json_ctype *str_start;      /* start position of the string */
php_json_ctype     34 ext/json/php_json_scanner.h 	php_json_ctype *pstr;           /* string pointer for escapes conversion */