Searched refs:pT (Results 1 – 5 of 5) sorted by relevance
411 char * pT; in parse_period() local423 pT = strchr (pz, 'T'); in parse_period()424 if (pT != NULL) in parse_period()426 *(pT++) = NUL; in parse_period()428 pT = trim (pT); in parse_period()453 if ((errno == 0) && (pT != NULL)) in parse_period()455 time_t val = parse_time (pT); in parse_period()
21 36pT+caTxl1Go5AVxyw04qZpVZKLO1iK9O3Jrp9rjAgrTrYpw23+QWzAvjDqLfeq
44 typedef T *pT; typedef in CollapseAllocator51 pT pTAlloc;54 CollapseAllocator(size_t n) : pTAlloc(reinterpret_cast<pT>(stackAlloc)) { in CollapseAllocator()56 pTAlloc = reinterpret_cast<pT>(__kmp_allocate(n * sizeof(T))); in CollapseAllocator()60 if (pTAlloc != reinterpret_cast<pT>(stackAlloc)) { in ~CollapseAllocator()65 operator const pT() { return pTAlloc; } in operator const pT()
142635 TriggerPrg *pT = sParse.pTriggerPrg;142636 sParse.pTriggerPrg = pT->pNext;142637 sqlite3DbFree(db, pT);168541 WhereTerm *pT = &sWLB.pWC->a[ii]; /* A term of the WHERE clause */168543 if( pT->wtFlags & TERM_VIRTUAL ) continue;168544 pX = pT->pExpr;168546 assert( pT->prereqAll!=0 || !ExprHasProperty(pX, EP_OuterON) );168547 if( pT->prereqAll==0 /* Conditions (1) and (2) */168553 pT->wtFlags |= TERM_CODED;201813 sqlite3_tokenizer_cursor *pT = 0;[all …]
12817 IdxConstraint *pT = pTail; in idxFindCompatible() local12844 if( pT ){ in idxFindCompatible()12845 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()12849 pT = pT->pLink; in idxFindCompatible()