Home
last modified time | relevance | path

Searched refs:sqlite3StackAllocZero (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11247 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) macro
11251 # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) macro
56539 pParse = sqlite3StackAllocZero(pErrorDb, sizeof(*pParse));
92023 pParse = sqlite3StackAllocZero(db, sizeof(*pParse));
97984 pSubParse = sqlite3StackAllocZero(db, sizeof(Parse));
99953 pParse = sqlite3StackAllocZero(db, sizeof(*pParse));
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19341 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) macro
19345 # define sqlite3StackAllocZero(D,N) sqlite3DbMallocZero(D,N) macro
136764 pSubParse = sqlite3StackAllocZero(db, sizeof(Parse));