Searched refs:mallocWithAlarm (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c19027 static int mallocWithAlarm(int n, void **pp){ function
19075 mallocWithAlarm(n, &p);
19130 n = mallocWithAlarm(n, &p);
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18358 static int mallocWithAlarm(int n, void **pp){ function
18406 mallocWithAlarm(n, &p);
18461 n = mallocWithAlarm(n, &p);
[all...]

Completed in 521 milliseconds