Searched refs:SqlFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c110 typedef struct SqlFunc SqlFunc; typedef in typeref:struct:SqlFunc
111 struct SqlFunc { struct
118 SqlFunc *pNext; /* Next function on the list of them all */
171 SqlFunc *pFunc; /* List of SQL functions */
472 ** Find an SqlFunc structure with the given name. Or create a new
476 static SqlFunc *findSqlFunc(SqliteDb *pDb, const char *zName){
477 SqlFunc *p, *pNew;
479 pNew = (SqlFunc*)Tcl_Alloc( sizeof(*pNew) + nName + 1 );
535 SqlFunc *pFun
[all...]

Completed in 51 milliseconds