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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c358 struct dwarf1_func* aFunc = alloc_dwarf1_func (stash,aUnit); local
360 aFunc->name = eachDieInfo.name;
361 aFunc->low_pc = eachDieInfo.low_pc;
362 aFunc->high_pc = eachDieInfo.high_pc;
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c5110 } aFunc[] = { local
5122 for(i=0; i<sizeof(aFunc)/sizeof(aFunc[0]) && rc==SQLITE_OK; i++){
5123 rc = sqlite3_create_function(db, aFunc[i].zFuncName, aFunc[i].nArg,
5125 0, aFunc[i].xFunc, 0, 0);
5410 } aFunc[] = { local
5423 for(i=0; i<sizeof(aFunc)/sizeof(aFunc[0]) && rc==SQLITE_OK; i++){
5424 rc = sqlite3_create_function(db, aFunc[
[all...]
H A Dsqlite3.c17074 Hash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
18049 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
18052 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
18064 int mnReg, mxReg; /* Range of registers allocated for aCol and aFunc */
18083 } *aFunc; member in struct:AggInfo
18084 int nFunc; /* Number of entries in aFunc[] */
18213 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
191109 } aFunc[] = { local
197334 } aFunc[] = { local
218982 } aFunc[] = { local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9525 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
9621 ** structure. A pointer to this structure is stored in the sqlite.aFunc
10172 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10175 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
10206 } *aFunc; member in struct:AggInfo
10207 int nFunc; /* Number of entries in aFunc[] */
10208 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
10322 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
14327 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
14330 sqlite3FuncDefInsert(pHash, &aFunc[
77018 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
85649 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]

Completed in 781 milliseconds