Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45310 char **apNew; /* New apRegion[] array */ in unixShmMap() local
45360 apNew = (char **)sqlite3_realloc64( in unixShmMap()
45363 if( !apNew ){ in unixShmMap()
45367 pShmNode->apRegion = apNew; in unixShmMap()
53343 struct ShmRegion *apNew; /* New aRegion[] array */ local
53374 apNew = (struct ShmRegion*)sqlite3_realloc64(
53375 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])
53377 if( !apNew ){
53381 pShmNode->aRegion = apNew;
55830 MemStore **apNew; local
[all …]