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()
2093 set pT 0x022100 set pT 0x202107 set ::teaish__Config(tm-policy) $pT
144571 TriggerPrg *pT = sParse.pTriggerPrg;144572 sParse.pTriggerPrg = pT->pNext;144573 sqlite3DbFree(db, pT);171324 WhereTerm *pT = &sWLB.pWC->a[ii]; /* A term of the WHERE clause */171326 if( pT->wtFlags & TERM_VIRTUAL ) continue;171327 pX = pT->pExpr;171329 assert( pT->prereqAll!=0 || !ExprHasProperty(pX, EP_OuterON) );171330 if( pT->prereqAll==0 /* Conditions (1) and (2) */171336 pT->wtFlags |= TERM_CODED;204780 sqlite3_tokenizer_cursor *pT = 0;[all …]
13656 IdxConstraint *pT = pTail; in idxFindCompatible() local13683 if( pT ){ in idxFindCompatible()13684 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible()13688 pT = pT->pLink; in idxFindCompatible()