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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c16057 int *pInt; local
16065 pInt = (int*)pAllocation;
16067 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
16149 int *pInt; local
16191 pInt = (int*)&pHdr[1];
16192 pInt[nReserve/sizeof(int)] = REARGUARD;
16193 randomFill((char*)pInt, nByte);
16194 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
16195 p = (void*)pInt;
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15123 int *pInt; local
15131 pInt = (int*)pAllocation;
15133 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
15215 int *pInt; local
15257 pInt = (int*)&pHdr[1];
15258 pInt[nReserve/sizeof(int)] = REARGUARD;
15259 randomFill((char*)pInt, nByte);
15260 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
15261 p = (void*)pInt;
[all...]

Completed in 690 milliseconds