HomeSort by relevance Sort by last modified time
    Searched refs:pWInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
where.c     [all...]
delete.c 233 WhereInfo *pWInfo; /* Information about the WHERE clause */
374 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0,WHERE_DUPLICATES_OK);
375 if( pWInfo==0 ) goto delete_from_cleanup;
381 sqlite3WhereEnd(pWInfo);
update.c 98 WhereInfo *pWInfo; /* Information about the WHERE clause */
313 pWInfo = sqlite3WhereBegin(pParse, pTabList, pWhere,0, WHERE_ONEPASS_DESIRED);
314 if( pWInfo==0 ) goto update_cleanup;
315 okOnePass = pWInfo->okOnePass;
327 sqlite3WhereEnd(pWInfo);
fkey.c 471 WhereInfo *pWInfo; /* Context used by sqlite3WhereXXX() */
551 pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0);
556 if( pWInfo ){
557 sqlite3WhereEnd(pWInfo);
    [all...]
select.c     [all...]

Completed in 374 milliseconds