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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dot.c9 #include <pInt.h> /* API to basic intern(ing) of strings */
H A Dp.c5 #include <pInt.h> /* Our public and internal APIs */
H A Dms.c10 #include <pInt.h> /* To have access to icount */
H A Dm.c8 #include <pInt.h> /* State public and internal APIs */
/macosx-10.10/Heimdal-398.1.2/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 328 milliseconds