Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dutil.c58 void *sqliteMalloc_(int n, int bZero, char *zFile, int line){ in sqliteMalloc_() argument
86 memset(p, bZero==0, n); in sqliteMalloc_()