Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c41553 const char *zFunc, /* Name of OS function that failed */ in unixLogErrorAtLine() argument
41601 iLine, iErrno, zFunc, zPath, zErr in unixLogErrorAtLine()
50807 const char *zFunc, /* Name of OS function that failed */ in winLogErrorAtLine() argument
50822 iLine, lastErrno, zFunc, zPath, zMsg in winLogErrorAtLine()
132482 const char *zFunc /* Name of function */ argument
132487 if( sqlite3StrICmp(p->zName, zFunc)==0 ){
154152 const char *zFunc; /* Name of aggregate function pFunc */ local
154169 zFunc = pFunc->u.zToken;
154170 if( sqlite3StrICmp(zFunc, "min")==0 ){
154175 }else if( sqlite3StrICmp(zFunc, "max")==0 ){
[all …]