Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c41583 const char *zFunc, /* Name of OS function that failed */ in unixLogErrorAtLine() argument
41631 iLine, iErrno, zFunc, zPath, zErr in unixLogErrorAtLine()
50835 const char *zFunc, /* Name of OS function that failed */ in winLogErrorAtLine() argument
50850 iLine, lastErrno, zFunc, zPath, zMsg in winLogErrorAtLine()
132690 const char *zFunc /* Name of function */ argument
132695 if( sqlite3StrICmp(p->zName, zFunc)==0 ){
154382 const char *zFunc; /* Name of aggregate function pFunc */ local
154399 zFunc = pFunc->u.zToken;
154400 if( sqlite3StrICmp(zFunc, "min")==0 ){
154405 }else if( sqlite3StrICmp(zFunc, "max")==0 ){
[all …]