Home
last modified time | relevance | path

Searched refs:TK_STRING (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.h87 #define TK_STRING 87 macro
H A Dexpr.c311 case TK_STRING: in sqliteExprIsConstant()
346 case TK_STRING: { in sqliteExprIsInteger()
646 case TK_STRING: { in sqliteExprResolveIds()
725 case TK_STRING: { in sqliteExprResolveIds()
950 case TK_STRING: in sqliteExprType()
1051 case TK_STRING: in sqliteExprCode()
H A Dtokenize.c342 *tokenType = TK_STRING; in sqliteGetToken()
H A Dparse.y553 expr(A) ::= STRING(X). {A = sqliteExpr(TK_STRING, 0, 0, &X);}
H A Dparse.c2490 {yygotominor.yy242 = sqliteExpr(TK_STRING, 0, 0, &yymsp[0].minor.yy0);} in yy_reduce()
H A Dselect.c1127 if( pEList->a[j].zName && (pE->op==TK_ID || pE->op==TK_STRING) ){ in matchOrderbyToColumn()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2219 TK_STRING, enumerator
2973 tok->type = TK_STRING; in fetch_token()
4832 case TK_STRING: in parse_exp()
4841 if (r != TK_STRING) break; in parse_exp()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7478 #define TK_STRING 94 macro
70357 pExpr->op = TK_STRING;
72475 case TK_STRING:
72525 case TK_STRING: {
73539 case TK_STRING: {
74190 case TK_STRING: {
74196 testcase( p->op==TK_STRING );
76576 pExpr->op = TK_STRING;
76862 if( pAuthArg->op==TK_STRING ){
99018 }else if( op==TK_STRING ){
[all …]

Completed in 270 milliseconds