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

/freebsd-10.1-release/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.1-release/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.1-release/contrib/sqlite3/
H A Dsqlite3.c10113 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
10220 ** structure. A pointer to this structure is stored in the sqlite.aFunc
10762 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10765 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
10795 } *aFunc; member in struct:AggInfo
10796 int nFunc; /* Number of entries in aFunc[] */
10912 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
15087 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
15090 sqlite3FuncDefInsert(pHash, &aFunc[i]);
79656 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
88865 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]

Completed in 754 milliseconds