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

/freebsd-10-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-10-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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c13956 Hash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
14750 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
14753 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
14765 int mnReg, mxReg; /* Range of registers allocated for aCol and aFunc */
14784 } *aFunc; member in struct:AggInfo
14785 int nFunc; /* Number of entries in aFunc[] */
14902 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
177127 } aFunc[] = { local
184152 } aFunc[] = { local
[all...]

Completed in 824 milliseconds