Searched refs:pT (Results 1 – 6 of 6) 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()
2118 set pT 0x022125 set pT 0x202132 set ::teaish__Config(tm-policy) $pT
148723 TriggerPrg *pT = sParse.pTriggerPrg; local148724 sParse.pTriggerPrg = pT->pNext;148725 sqlite3DbFree(db, pT);175867 WhereTerm *pT = &sWLB.pWC->a[ii]; /* A term of the WHERE clause */ local175869 if( pT->wtFlags & TERM_VIRTUAL ) continue;175870 pX = pT->pExpr;175872 assert( pT->prereqAll!=0 || !ExprHasProperty(pX, EP_OuterON) );175873 if( pT->prereqAll==0 /* Conditions (1) and (2) */175879 pT->wtFlags |= TERM_CODED;209667 sqlite3_tokenizer_cursor *pT = 0; local[all …]
15667 IdxConstraint *pT = pTail; in idxFindCompatible() local15694 if( pT ){ in idxFindCompatible()15695 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()15699 pT = pT->pLink; in idxFindCompatible()