Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c849 (isnull) = 0;\
854 (isnull) = 1;\
890 (isnull) = 0;\
895 (isnull) = 1;\
2334 int isnull; in match_at() local
2338 if (isnull) { in match_at()
2369 int isnull; in match_at() local
2373 if (isnull) { in match_at()
2378 if (isnull == -1) goto fail; in match_at()
2391 int isnull; in match_at() local
[all …]
/PHP-5.5/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 390 milliseconds