Searched defs:xFunc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c987 ** Passing a NULL xFunc argument or NULL xStep and xFinalize arguments
1000 void (*xFunc)(sqlite_func*,int,const char**), /* The implementation */
1011 p->xFunc = xFunc;
1033 p->xFunc = 0;
996 sqlite_create_function( sqlite *db, const char *zName, int nArg, void (*xFunc)(sqlite_func*,int,const char**), void *pUserData ) argument
H A DsqliteInt.h430 void (*xFunc)(sqlite_func*,int,const char**); /* Regular function */ member in struct:FuncDef
436 u8 includeTypes; /* Add datatypes to args of xFunc and xStep */

Completed in 29 milliseconds