HomeSort by relevance Sort by last modified time
    Searched full:srclist (Results 51 - 75 of 88) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
nsswitch.h 202 ns_src *srclist; /* list of sources */ member in struct:__anon59857
203 u_int srclistsize; /* size of srclist */
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 625 typedef struct SrcList SrcList;
    [all...]
build.c     [all...]
walker.c 98 SrcList *pSrc;
trigger.c 87 SrcList *pTableName,/* The name of the table/view the trigger applies to */
477 void sqlite3DropTrigger(Parse *pParse, SrcList *pName, int noErr){
658 ** Convert the pStep->target token into a SrcList and return a pointer
659 ** to that SrcList.
662 ** forming the SrcList. This prevents a trigger in one database from
667 static SrcList *targetSrcList(
672 SrcList *pSrc; /* SrcList to be returned */
    [all...]
auth.c 138 SrcList *pTabList /* All table that pExpr might refer to */
update.c 21 SrcList *pSrc, /* The virtual table to be modified */
90 SrcList *pTabList, /* The table in which we should change things */
595 SrcList *pSrc, /* The virtual table to be modified */
resolve.c 158 SrcList *pSrcList = pNC->pSrcList;
407 ** from datasource iSrc in SrcList pSrc.
409 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
452 SrcList *pSrcList = pNC->pSrcList;
467 SrcList *pSrcList = pNC->pSrcList;
    [all...]
fkey.c 459 SrcList *pSrc, /* SrcList containing the table to scan */
607 ** being dropped from the database. The SrcList passed as the second argument
622 void sqlite3FkDropTable(Parse *pParse, SrcList *pName, Table *pTab){
777 SrcList *pSrc;
    [all...]
printf.c 73 #define etSRCLIST 13 /* a pointer to a SrcList */
700 SrcList *pSrc = va_arg(ap, SrcList*);
    [all...]
select.c 53 SrcList *pSrc, /* the FROM clause -- which tables to scan */
202 SrcList *pSrc, /* Array of tables to search */
232 ** where tab1 is the iSrc'th table in SrcList pSrc and tab2 is the
238 SrcList *pSrc, /* List of tables in FROM clause */
321 SrcList *pSrc; /* All tables in the FROM clause */
    [all...]
parse.y 472 %type seltablist {SrcList*}
474 %type stl_prefix {SrcList*}
476 %type from {SrcList*}
533 %type fullname {SrcList*}
    [all...]
attach.c 444 SrcList *pList /* The Source list to check and modify */
alter.c 395 SrcList *pSrc, /* The table to rename. */
747 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){
expr.c 840 ** Any tables that the SrcList might point to are not duplicated.
886 SrcList *sqlite3SrcListDup(sqlite3 *db, SrcList *p, int flags){
887 SrcList *pNew;
    [all...]
util.c 108 ** %S Insert the first element of a SrcList
141 ** %S Insert the first element of a SrcList
where.c 614 static void exprAnalyze(SrcList*, WhereClause*, int);
622 SrcList *pTabList, /* the FROM clause */
844 SrcList *pSrc, /* the FROM clause */
    [all...]
insert.c 435 SrcList *pTabList, /* Name of table into which we are inserting */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 492 CSSValueList* srcList = toCSSValueList(m_src.get());
493 int srcLength = srcList->length();
499 CSSFontFaceSrcValue* item = toCSSFontFaceSrcValue(srcList->itemWithoutBoundsCheck(i));
CSSParser-in.cpp     [all...]
  /external/llvm/test/Transforms/GVN/
2009-01-22-SortInvalidation.ll 46 %struct.Select = type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.ExprList*, %struct.Expr*, %struct.ExprList*, %struct.Select*, %struct.Select*, %struct.Select*, %struct.Expr*, %struct.Expr*, i32, i32, [3 x i32] }
47 %struct.SrcList = type { i16, i16, [1 x %struct.SrcList_item] }
74 define fastcc void @sqlite3Insert(%struct.Parse* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.Select* %pSelect, %struct.IdList* %pColumn, i32 %onError) nounwind {
  /external/chromium_org/third_party/sqlite/src/test/
misc2.test 126 # There were some issues with expanding a SrcList object using a call
127 # to sqliteSrcListAppend() if the SrcList had previously been duplicated
  /external/llvm/test/CodeGen/X86/
2009-04-29-RegAllocAssert.ll 47 %struct.Select = type { %struct.ExprList*, i8, i8, i8, i8, i8, i8, i8, %struct.SrcList*, %struct.Expr*, %struct.ExprList*, %struct.Expr*, %struct.ExprList*, %struct.Select*, %struct.Select*, %struct.Select*, %struct.Expr*, %struct.Expr*, i32, i32, [3 x i32] }
48 %struct.SrcList = type { i16, i16, [1 x %struct.SrcList_item] }
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 

Completed in 1773 milliseconds

1 23 4