Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40115 const char *zFunc, /* Name of OS function that failed */ in unixLogErrorAtLine() argument
40163 iLine, iErrno, zFunc, zPath, zErr in unixLogErrorAtLine()
49339 const char *zFunc, /* Name of OS function that failed */ in winLogErrorAtLine() argument
49354 iLine, lastErrno, zFunc, zPath, zMsg in winLogErrorAtLine()
129140 const char *zFunc /* Name of function */
129145 if( sqlite3StrICmp(p->zName, zFunc)==0 ){
150311 const char *zFunc; /* Name of aggregate function pFunc */
150328 zFunc = pFunc->u.zToken;
150329 if( sqlite3StrICmp(zFunc, "min")==0 ){
150334 }else if( sqlite3StrICmp(zFunc, "max")==0 ){
[all …]