Home
last modified time | relevance | path

Searched refs:pRange (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp277 CPVT_WordRange* pRange = nullptr; in DrawThisAppearance() local
280 pRange = &wrRange; in DrawThisAppearance()
286 CFX_PointF(), pRange, pSysHandler, in DrawThisAppearance()
Dcpwl_edit_impl.cpp432 const CPVT_WordRange* pRange, in DrawEdit() argument
461 if (pRange) in DrawEdit()
462 pIterator->SetAt(pRange->BeginPos); in DrawEdit()
469 if (pRange && place > pRange->EndPos) in DrawEdit()
Dcpwl_edit_impl.h239 const CPVT_WordRange* pRange,
/external/sqlite/dist/orig/
Dshell.c5993 IdxConstraint *pRange; /* List of < constraints */ member
6401 pNew->pNext = pScan->pRange; in expertBestIndex()
6402 pScan->pRange = pNew; in expertBestIndex()
6930 for(pCon=pScan->pRange; rc==SQLITE_OK && pCon; pCon=pCon->pNext){ in idxCreateFromWhere()
6983 idxConstraintFree(p->pRange); in idxScanFree()
Dsqlite3.c161961 sqlite3_stmt *pRange;
161963 rc = fts3SqlStmt(p, SQL_SELECT_LEVEL_RANGE2, &pRange, 0);
161975 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
161976 sqlite3_bind_int64(pRange, 2, iLast);
161977 while( SQLITE_ROW==sqlite3_step(pRange) ){
161979 fts3ReadEndBlockField(pRange, 2, &dummy, &nSize);
161991 rc = sqlite3_reset(pRange);
162016 sqlite3_bind_int64(pRange, 1, iAbsLevel);
162017 while( SQLITE_ROW==sqlite3_step(pRange) ){
162019 sqlite3_bind_int(pUpdate1, 2, sqlite3_column_int(pRange, 0));
[all …]
/external/sqlite/dist/
Dshell.c5999 IdxConstraint *pRange; /* List of < constraints */ member
6407 pNew->pNext = pScan->pRange; in expertBestIndex()
6408 pScan->pRange = pNew; in expertBestIndex()
6936 for(pCon=pScan->pRange; rc==SQLITE_OK && pCon; pCon=pCon->pNext){ in idxCreateFromWhere()
6989 idxConstraintFree(p->pRange); in idxScanFree()
Dsqlite3.c161989 sqlite3_stmt *pRange;
161991 rc = fts3SqlStmt(p, SQL_SELECT_LEVEL_RANGE2, &pRange, 0);
162003 sqlite3_bind_int64(pRange, 1, iAbsLevel+1);
162004 sqlite3_bind_int64(pRange, 2, iLast);
162005 while( SQLITE_ROW==sqlite3_step(pRange) ){
162007 fts3ReadEndBlockField(pRange, 2, &dummy, &nSize);
162019 rc = sqlite3_reset(pRange);
162044 sqlite3_bind_int64(pRange, 1, iAbsLevel);
162045 while( SQLITE_ROW==sqlite3_step(pRange) ){
162047 sqlite3_bind_int(pUpdate1, 2, sqlite3_column_int(pRange, 0));
[all …]