Lines Matching defs:p

14723     void *p;               /* Generic pointer */  member
17216 void *p; /* Pointer to sampled record */ member
19054 # define sqlite3ParseToplevel(p) ((p)->pToplevel ? (p)->pToplevel : (p)) argument
19055 # define sqlite3IsToplevel(p) ((p)->pToplevel==0) argument
19064 # define sqlite3ParseToplevel(p) p argument
19065 # define sqlite3IsToplevel(p) 1 argument
20127 #define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))]) argument
20217 #define MemSetTypeFlag(p, f) \ argument
20528 # define sqlite3VdbeCheckFk(p,i) 0 argument
20710 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()
20750 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status() local
20818 HashElem *p; in sqlite3_db_status() local
21081 static int parseTimezone(const char *zDate, DateTime *p){ in parseTimezone()
21117 static int parseHhMmSs(const char *zDate, DateTime *p){ in parseHhMmSs()
21157 static void datetimeError(DateTime *p){ in datetimeError()
21168 static void computeJD(DateTime *p){ in computeJD()
21218 static int parseYyyyMmDd(const char *zDate, DateTime *p){ in parseYyyyMmDd()
21255 static int setDateTimeToCurrent(sqlite3_context *context, DateTime *p){ in setDateTimeToCurrent()
21271 static void setRawDateNumber(DateTime *p, double r){ in setRawDateNumber()
21299 DateTime *p in parseDateOrTime()
21336 static void computeYMD(DateTime *p){ in computeYMD()
21365 static void computeHMS(DateTime *p){ in computeHMS()
21384 static void computeYMD_HMS(DateTime *p){ in computeYMD_HMS()
21392 static void clearYMD_HMS_TZ(DateTime *p){ in clearYMD_HMS_TZ()
21470 DateTime *p, /* Date at which to calculate offset */ in localtimeOffset()
21577 DateTime *p /* The date/time value to be modified */ in parseModifier()
21794 DateTime *p in isDate()
22356 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()
22365 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()
22491 void *p = sqlite3_malloc(10); in sqlite3OsInit() local
22538 sqlite3_vfs *p = vfsList; in vfsUnlink() local
22877 void *p; in sqlite3MemMalloc() local
22949 void *p = SQLITE_REALLOC(pPrior, nByte); in sqlite3MemRealloc() local
23194 struct MemBlockHdr *p; in sqlite3MemsysGetHeader() local
23217 static int sqlite3MemSize(void *p){ in sqlite3MemSize()
23288 void *p = 0; in sqlite3MemMalloc() local
23422 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ in sqlite3MemdebugSetType()
23440 SQLITE_PRIVATE int sqlite3MemdebugHasType(void *p, u8 eType){ in sqlite3MemdebugHasType()
23462 SQLITE_PRIVATE int sqlite3MemdebugNoType(void *p, u8 eType){ in sqlite3MemdebugNoType()
23847 void *p = memsys3Checkout(mem3.iMaster, mem3.szMaster); in memsys3FromMaster() local
24009 Mem3Block *p = (Mem3Block*)pOld; in memsys3FreeUnsafe() local
24049 static int memsys3Size(void *p){ in memsys3Size()
24072 sqlite3_int64 *p; in memsys3Malloc() local
24095 void *p; in memsys3Realloc() local
24463 static int memsys5Size(void *p){ in memsys5Size()
24619 sqlite3_int64 *p = 0; in memsys5Malloc() local
24655 void *p; in memsys5Realloc() local
24910 static int checkMutexHeld(sqlite3_mutex *p){ in checkMutexHeld()
24913 static int checkMutexNotheld(sqlite3_mutex *p){ in checkMutexNotheld()
24939 CheckMutex *p = 0; in checkMutexAlloc() local
24972 static void checkMutexFree(sqlite3_mutex *p){ in checkMutexFree()
24995 static void checkMutexEnter(sqlite3_mutex *p){ in checkMutexEnter()
25011 static int checkMutexTry(sqlite3_mutex *p){ in checkMutexTry()
25019 static void checkMutexLeave(sqlite3_mutex *p){ in checkMutexLeave()
25048 SQLITE_PRIVATE void sqlite3MutexWarnOnContention(sqlite3_mutex *p){ in sqlite3MutexWarnOnContention()
25142 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex *p){ in sqlite3_mutex_free()
25153 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex *p){ in sqlite3_mutex_enter()
25164 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex *p){ in sqlite3_mutex_try()
25179 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex *p){ in sqlite3_mutex_leave()
25191 SQLITE_API int sqlite3_mutex_held(sqlite3_mutex *p){ in sqlite3_mutex_held()
25195 SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex *p){ in sqlite3_mutex_notheld()
25248 static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexFree()
25249 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexEnter()
25250 static int noopMutexTry(sqlite3_mutex *p){ in noopMutexTry()
25254 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; } in noopMutexLeave()
25294 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() local
25298 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() local
25345 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexFree() local
25368 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexEnter() local
25373 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexTry() local
25386 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexLeave() local
25500 static int pthreadMutexHeld(sqlite3_mutex *p){ in pthreadMutexHeld()
25503 static int pthreadMutexNotheld(sqlite3_mutex *p){ in pthreadMutexNotheld()
25590 sqlite3_mutex *p; in pthreadMutexAlloc() local
25646 static void pthreadMutexFree(sqlite3_mutex *p){ in pthreadMutexFree()
25673 static void pthreadMutexEnter(sqlite3_mutex *p){ in pthreadMutexEnter()
25715 static int pthreadMutexTry(sqlite3_mutex *p){ in pthreadMutexTry()
25772 static void pthreadMutexLeave(sqlite3_mutex *p){ in pthreadMutexLeave()