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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c23203 ** shmBaseName
23223 char shmBaseName[1]; /* Name of the memory object !!! must last !!! */ member in struct:os2ShmNode
23316 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName))
23354 pNode && stricmp(shmName, pNode->shmBaseName) != 0;
23364 strcpy(pNode->shmBaseName, shmName);
23473 sprintf(fileName, "%s-lck", pNode->shmBaseName + 10);
23551 pNode->shmBaseName, pNode->nRegion);
23629 pNode->shmBaseName))
[all...]

Completed in 416 milliseconds