Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dpdo_sql_parser.h27 #define SKIP_ONE(i) {s->cur = s->tok + 1; return i; } macro
H A Dpdo_sql_parser.re41 SPECIALS { SKIP_ONE(PDO_PARSER_TEXT); }
/php-src/ext/pdo_mysql/
H A Dmysql_sql_parser.re43 SPECIALS { SKIP_ONE(PDO_PARSER_TEXT); }
/php-src/ext/pdo_sqlite/
H A Dsqlite_sql_parser.re44 SPECIALS { SKIP_ONE(PDO_PARSER_TEXT); }
/php-src/ext/pdo_pgsql/
H A Dpgsql_sql_parser.re48 SPECIALS { SKIP_ONE(PDO_PARSER_TEXT); }

Completed in 17 milliseconds