Searched defs:pRec (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c250 static void applyNumericAffinity(Mem *pRec){ argument
251 if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){
254 u8 enc = pRec->enc;
255 if( (pRec->flags&MEM_Str)==0 ) return;
256 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
257 if( 0==sqlite3Atoi64(pRec->z, &iValue, pRec->n, enc) ){
258 pRec->u.i = iValue;
259 pRec
285 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
2409 Mem *pRec; /* The new record */ local
5164 Mem *pRec; local
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c4765 TT_CallRec* pRec; local
4782 pRec = &CUR.callStack[CUR.callTop];
4784 pRec->Cur_Count--;
4788 if ( pRec->Cur_Count > 0 )
4791 CUR.IP = pRec->Cur_Restart;
4795 INS_Goto_CodeRange( pRec->Caller_Range,
4796 pRec->Caller_IP );
/external/freetype/src/truetype/
H A Dttinterp.c4876 TT_CallRec* pRec; local
4893 pRec = &CUR.callStack[CUR.callTop];
4895 pRec->Cur_Count--;
4899 if ( pRec->Cur_Count > 0 )
4902 CUR.IP = pRec->Def->start;
4906 INS_Goto_CodeRange( pRec->Caller_Range,
4907 pRec->Caller_IP );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c4765 TT_CallRec* pRec; local
4782 pRec = &CUR.callStack[CUR.callTop];
4784 pRec->Cur_Count--;
4788 if ( pRec->Cur_Count > 0 )
4791 CUR.IP = pRec->Cur_Restart;
4795 INS_Goto_CodeRange( pRec->Caller_Range,
4796 pRec->Caller_IP );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62066 applyNumericAffinity(Mem *pRec) argument
62101 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
62577 Mem *pRec; /* The new record */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
62809 Mem *pRec; member in struct:vdbeExecUnion::OP_AggStep_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c61748 UnpackedRecord *pRec = p->ppRec[0]; local
62117 sqlite3Stat4Column( sqlite3 *db, const void *pRec, int nRec, int iCol, sqlite3_value **ppVal ) argument
62162 sqlite3Stat4ProbeFree(UnpackedRecord *pRec) argument
68134 applyNumericAffinity(Mem *pRec) argument
68169 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
70606 Mem *pRec; /* The new record */ local
73649 Mem *pRec; local
110827 UnpackedRecord *pRec; /* Probe for stat4 (if required) */ member in struct:WhereLoopBuilder
112787 whereKeyStats( Parse *pParse, Index *pIdx, UnpackedRecord *pRec, int roundUp, tRowcnt *aStat ) argument
113064 UnpackedRecord *pRec = pBuilder->pRec; local
113205 UnpackedRecord *pRec = pBuilder->pRec; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c61768 UnpackedRecord *pRec = p->ppRec[0]; local
62137 sqlite3Stat4Column( sqlite3 *db, const void *pRec, int nRec, int iCol, sqlite3_value **ppVal ) argument
62182 sqlite3Stat4ProbeFree(UnpackedRecord *pRec) argument
68154 applyNumericAffinity(Mem *pRec) argument
68189 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
70626 Mem *pRec; /* The new record */ local
73669 Mem *pRec; local
110847 UnpackedRecord *pRec; /* Probe for stat4 (if required) */ member in struct:WhereLoopBuilder
112807 whereKeyStats( Parse *pParse, Index *pIdx, UnpackedRecord *pRec, int roundUp, tRowcnt *aStat ) argument
113084 UnpackedRecord *pRec = pBuilder->pRec; local
113225 UnpackedRecord *pRec = pBuilder->pRec; local
[all...]

Completed in 838 milliseconds