Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dexpr.c831 int no_such_func = 0; /* True if no such function exists */ in sqliteExprCheck() local
844 no_such_func = 1; in sqliteExprCheck()
855 }else if( no_such_func ){ in sqliteExprCheck()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c70532 int no_such_func = 0; /* True if no such function exists */
70549 no_such_func = 1;
70574 }else if( no_such_func ){

Completed in 537 milliseconds