Searched refs:Index (Results 1 – 25 of 33) sorted by relevance
12
54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…79 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";97 Index 0: GIF (image/gif) (-)106 Index: myimage107 Index: rdf108 Index: test
17 if ($e->getMessage() == 'Index Size Error'){
19 Fatal error: Uncaught exception 'DOMException' with message 'Index Size Error' in %s:%d
44 Index invalid or out of range45 Index invalid or out of range46 Index invalid or out of range
51 Exception: Index invalid or out of range52 Exception: Index invalid or out of range53 Exception: Index invalid or out of range
72 Exception: Index invalid or out of range74 Exception: Index invalid or out of range76 Exception: Index invalid or out of range
17 string(29) "Index invalid or out of range"
15 Index invalid or out of range
18 Index invalid or out of range
21 Index invalid or out of range
41 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d48 Warning: gmp_testbit(): Index must be greater than or equal to zero in %s on line %d
41 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d44 Warning: gmp_clrbit(): Index must be greater than or equal to zero in %s on line %d
47 Warning: gmp_setbit(): Index must be greater than or equal to zero in %s on line %d
23 echo "Index array\n";33 Index array
22 echo 'Index array' . PHP_EOL;38 Index array
233 typedef struct Index Index; typedef501 Index *pIndex; /* List of SQL indexes on this table. */619 struct Index { struct628 Index *pNext; /* The next index associated with the same table */ argument802 Index *pIdx; /* Index used */1168 void sqliteAddIdxKeyType(Vdbe*, Index*);1186 Index *sqliteFindIndex(sqlite*,const char*, const char*);1187 void sqliteUnlinkAndDeleteIndex(sqlite*,Index*);
158 Index *p = 0; in sqliteFindIndex()178 Index *pOld; in sqliteDeleteIndex()199 Index *p; in sqliteUnlinkAndDeleteIndex()320 Index *pIndex, *pNext; in sqliteDeleteTable()431 Index *pIdx; in sqliteStartTable()1245 Index *pIdx; in sqliteDropTable()1308 void sqliteAddIdxKeyType(Vdbe *v, Index *pIdx){ in sqliteAddIdxKeyType()1553 Index *pLoop; in sqliteCreateIndex()1628 Index *p; in sqliteCreateIndex()1649 Index *pOther = pTab->pIndex; in sqliteCreateIndex()[all …]
212 static Index *findSortingIndex( in findSortingIndex()216 Index *pPreferredIdx, /* Use this index, if possible and not NULL */ in findSortingIndex()221 Index *pMatch; in findSortingIndex()222 Index *pIdx; in findSortingIndex()487 Index *pIdx; in sqliteWhereBegin()488 Index *pBestIdx = 0; in sqliteWhereBegin()665 Index *pSortIdx; in sqliteWhereBegin()666 Index *pIdx; in sqliteWhereBegin()703 Index *pIx; in sqliteWhereBegin()723 Index *pIdx; in sqliteWhereBegin()
39 Index *pIdx; /* For looping over indices */ in sqliteUpdate()44 Index **apIdx = 0; /* An array of indices that need updating too */ in sqliteUpdate()172 apIdx = sqliteMalloc( sizeof(Index*) * nIdx + nIdxTotal ); in sqliteUpdate()
67 Index *pIdx; /* For looping over indices of the table */ in sqliteDeleteFrom()375 Index *pIdx; in sqliteGenerateRowIndexDelete()
29 die('Index in members Array is not an int.');
Completed in 37 milliseconds