Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c904 (isnull) = 0;\
909 (isnull) = 1;\
945 (isnull) = 0;\
950 (isnull) = 1;\
2515 int isnull; in match_at() local
2519 if (isnull) { in match_at()
2550 int isnull; in match_at() local
2554 if (isnull) { in match_at()
2559 if (isnull == -1) goto fail; in match_at()
2572 int isnull; in match_at() local
[all …]
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c21996 int i, j, k, n, isnull;
22007 isnull = escarg==0;
22008 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
22013 needQuote = !isnull && xtype==etSQLESCAPE2;

Completed in 376 milliseconds