Home
last modified time | relevance | path

Searched defs:FuncDef (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c7882 typedef struct FuncDef FuncDef; typedef
9625 struct FuncDef { struct
9630 FuncDef *pNext; /* Next function with same name */ argument
9635 FuncDef *pHash; /* Next with a different name but the same hash */ argument
9644 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
/NextBSD/contrib/sqlite3/
HDsqlite3.c9364 typedef struct FuncDef FuncDef; typedef
11300 struct FuncDef { struct
11304 FuncDef *pNext; /* Next function with same name */ argument
11309 FuncDef *pHash; /* Next with a different name but the same hash */ argument
11318 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument