Searched defs:PARSE_TAIL_SZ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19846 #define PARSE_TAIL_SZ (sizeof(Parse)-PARSE_RECURSE_SZ) /* Non-recursive part */ macro
120939 memset(PARSE_TAIL(pParse), 0, PARSE_TAIL_SZ); local
120944 memcpy(PARSE_TAIL(pParse), saveBuf, PARSE_TAIL_SZ); local
141365 memset(PARSE_TAIL(pParse), 0, PARSE_TAIL_SZ); local
141399 memset(PARSE_TAIL(&sParse), 0, PARSE_TAIL_SZ); local
[all...]

Completed in 687 milliseconds