Lines Matching refs:strlen30
203 static int strlen30(const char *z){ in strlen30() function
474 int nName = strlen30(zName); in findSqlFunc()
1338 nSql = strlen30(zSql); in dbPrepareAndBind()
1411 assert( strlen30(pPreStmt->zSql)==pPreStmt->nSql ); in dbPrepareAndBind()
2485 nSep = strlen30(zSep); in DbObjCmd()
2486 nNull = strlen30(zNull); in DbObjCmd()
2507 nByte = strlen30(zSql); in DbObjCmd()
2527 j = strlen30(zSql); in DbObjCmd()
2571 int nErr = strlen30(zFile) + 200; in DbObjCmd()
2586 || strlen30(azCol[i])==0 in DbObjCmd()
2878 int n = strlen30(z); in DbObjCmd()