HomeSort by: relevance | last modified time | path
    Searched refs:pFunc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 214 SqlFunc *pFunc; /* List of SQL functions */
559 for(p=pDb->pFunc; p; p=p->pNext){
568 pNew->pNext = pDb->pFunc;
569 pDb->pFunc = pNew;
621 while( pDb->pFunc ){
622 SqlFunc *pFunc = pDb->pFunc;
623 pDb->pFunc = pFunc->pNext;
624 assert( pFunc->pDb==pDb )
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 17570 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
19944 FuncDef *pFunc; /* The aggregate function implementation */
21564 ** attached to Select.pWin. The Window.pFunc and Window.pExpr
    [all...]
shell.c 19295 sqlite3_syscall_ptr pFunc
19299 return pRoot->xSetSystemCall(pRoot, zName, pFunc);
    [all...]

Completed in 116 milliseconds