Searched refs:shmBaseName (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 23638 ** shmBaseName 23658 char shmBaseName[1]; /* Name of the memory object !!! must last !!! */ member in struct:os2ShmNode 23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName)) 23789 pNode && stricmp(shmName, pNode->shmBaseName) != 0; 23799 strcpy(pNode->shmBaseName, shmName); 23908 sprintf(fileName, "%s-lck", pNode->shmBaseName + 10); 23986 pNode->shmBaseName, pNode->nRegion); 24064 pNode->shmBaseName)) [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 23638 ** shmBaseName 23658 char shmBaseName[1]; /* Name of the memory object !!! must last !!! */ member in struct:os2ShmNode 23751 ERR_TRACE(rc, ("os2ShmSystemLock: %d %s\n", rc, pNode->shmBaseName)) 23789 pNode && stricmp(shmName, pNode->shmBaseName) != 0; 23799 strcpy(pNode->shmBaseName, shmName); 23908 sprintf(fileName, "%s-lck", pNode->shmBaseName + 10); 23986 pNode->shmBaseName, pNode->nRegion); 24064 pNode->shmBaseName)) [all...] |
Completed in 409 milliseconds