Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c45340 char **apNew; /* New apRegion[] array */ in unixShmMap() local
45390 apNew = (char **)sqlite3_realloc64( in unixShmMap()
45393 if( !apNew ){ in unixShmMap()
45397 pShmNode->apRegion = apNew; in unixShmMap()
53389 struct ShmRegion *apNew; /* New aRegion[] array */ local
53420 apNew = (struct ShmRegion*)sqlite3_realloc64(
53421 pShmNode->aRegion, ((i64)iRegion+1)*sizeof(apNew[0])
53423 if( !apNew ){
53427 pShmNode->aRegion = apNew;
55875 MemStore **apNew; local
[all …]