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

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 612 typedef struct IdList IdList;
    [all...]
trigger.c 86 IdList *pColumns, /* column list if this is an UPDATE OF trigger */
385 IdList *pColumn, /* List of columns in pTableName to insert into */
616 static int checkColumnOverlap(IdList *pIdList, ExprList *pEList){
    [all...]
parse.y 90 ** Then the "b" IdList records the list "a,b,c".
92 struct TrigEvent { int a; IdList * b; };
565 %type using_opt {IdList*}
702 %type inscollist_opt {IdList*}
704 %type inscollist {IdList*}
    [all...]
build.c     [all...]
resolve.c 192 IdList *pUsing;
    [all...]
insert.c 334 ** insert into TABLE (IDLIST) values(EXPRLIST)
335 ** insert into TABLE (IDLIST) select
337 ** The IDLIST following the table name is always optional. If omitted,
338 ** then a list of all columns for the table is substituted. The IDLIST
339 ** appears in the pColumn parameter. pColumn is NULL if IDLIST is omitted.
438 IdList *pColumn, /* Column names corresponding to IDLIST. */
700 /* If the INSERT statement included an IDLIST term, then make sure
701 ** all elements of the IDLIST really are columns of the table and
705 ** is named in the IDLIST, then record in the keyColumn variabl
    [all...]
select.c 384 IdList *pList = pRight->pUsing;
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 700 typedef std::list<int64> IdList;
701 IdList ids;
708 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it) {
732 typedef std::list<int64> IdList;
734 IdList ids;
738 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it)
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 754 typedef std::list<int64> IdList;
755 IdList ids;
762 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it) {
786 typedef std::list<int64> IdList;
789 IdList ids;
793 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it)
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1179 milliseconds