Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dupdate.c44 Index **apIdx = 0; /* An array of indices that need updating too */ in sqliteUpdate() local
172 apIdx = sqliteMalloc( sizeof(Index*) * nIdx + nIdxTotal ); in sqliteUpdate()
173 if( apIdx==0 ) goto update_cleanup; in sqliteUpdate()
174 aIdxUsed = (char*)&apIdx[nIdx]; in sqliteUpdate()
185 apIdx[nIdx++] = pIdx; in sqliteUpdate()
453 sqliteFree(apIdx); in sqliteUpdate()