• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/partitions/

Lines Matching defs:part

555 ** part of the build process.
1311 ** are not strictly a part of the filesystem, but they are
1460 ** Note, however, that ^sqlite3_config() can be called as part of the
2007 ** independent tokens (they are part of the token in which they are
2126 ** these numbers are not part of the result table itself. These
2357 ** The application must not read or write any part of
3162 ** is included as part of the name.)^
4244 ** as part of process initialization and before any SQLite interface
4513 ** <tr><td> 8th <td> int <td> True if column is part of the PRIMARY KEY
4554 int *pPrimaryKey, /* OUTPUT: True if column part of PK */
4770 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4942 ** ^It is not possible to open a column that is part of an index or primary
4944 ** not possible to open a column that is part of a [child key] for writing.
5271 ** part of system initialization by the sqlite3_initialize() function.
5276 ** part of system shutdown by the sqlite3_shutdown() function. The
5669 ** a table as part of a full table scan. Large numbers for this counter
7663 Pager *pPager; /* The pager this page is part of */
8556 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
8657 ** within the database. So that they appear as part of the callers
8957 ** this structure. Tokens are also used as part of an expression.
9290 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
9376 /* The following field is really not part of the current level. But
9401 ** first part does the start of the WHERE loop and the second
9593 ** generate call themselves recursively, the first part of the structure
9594 ** is constant but the second part is reset at the beginning and end of
9718 * 1. In the "trigHash" hash table (part of the sqlite3* that represents the
9754 * that is a part of a trigger-program.
9793 Trigger *pTrig; /* The trigger that this step is a part of */
10679 ** part of an identifier is 0x46.
10972 ** as part of the "Secure CRT". It is essentially equivalent to
13150 ** u.hdr.prevSize can be part of the data for that chunk and should
15380 /* As winMutexInit() and winMutexEnd() are called as part
17697 ** is part of a small set. Sets are used to implement code like
18623 ** part of a number.
21472 ** whenever any part of the database changes. An assertion fault will
21478 unsigned char dbUpdate; /* True if any part of database file changed */
21763 ** is held when required. This function is only used as part of assert()
23040 ** transaction counter was updated if any part of the database
24439 ** unchanged since the file size is part of the inode. However,
25416 ** they may be stored as part of the file handle and used by the
27527 ** Destroy the part of winFile that deals with wince locks
30031 ** sqlite3_pcache interface). It also contains part of the implementation
30319 ** global LRU list, if is part of it. If pPage is not part of the global
30627 ** part of the global LRU list.
31195 ** part of any insert batch prior to iBatch. Return 1 or 0.
32788 ** back as part of a savepoint (or statement) rollback from an
33159 ** that this part of the journal was being filled but has not yet been
33944 ** file happens to be a journal-header (written as part of the
35752 ** (delete, truncate or zero the first part of) the journal file (or
35796 ** * This commit is not part of a multi-file transaction, and
36313 ** moved as part of a database reorganization just before the transaction
36868 BtShared *pBt; /* Pointer to BtShared that this page is part of */
37140 ** to any page that is not part of the pointer map itself.) Each pointer map
37145 ** position in the file to another as part of autovacuum. When a page
37652 **** This function is only used as part of an assert() statement. ***
37737 **** This function may be used as part of assert() statements only. ****
37749 ** For example, before writing to any part of the table or index
38586 ** If the cell pCell, part of page pPage contains a pointer
39247 BtShared *pBt = 0; /* Shared part of btree structure */
41370 ** Read part of the key associated with cursor pCur. Exactly
41390 ** Read part of the data associated with cursor pCur. Exactly
42433 ** It is assumed that the page is not already a part of the free-list.
42733 /* If pPrior is part of the data area of pPage, then make sure pPage
42753 /* If pPayload is part of the data area of pPage, then make sure pPage
44213 ** of the 'next' entry, as the previous entry is always a part of the
45355 ** This function modifies the data stored as part of that entry.
46387 ** a floating-point then the value returned is the integer part.
46963 /* This function is only available internally, it is not part of the
47488 ** part of an assert statement in the compiler. Similar to:
48475 ** calls are made as part of the process of resetting a statement to be
50271 ** This file contains code use to implement APIs that are part of the
53747 ** The value is currently a real number, drop its fractional part.
55081 ** then a read lock is acquired as part of this instruction. A read
55939 ** If the OPFLAG_ISUPDATE flag is set, then this opcode is part of an
55941 ** is part of an INSERT operation. The difference is only important to
56983 ** never be tested for, and (c) when a value that is part of set X is
56985 ** previously inserted as part of set X (only if it was previously
56986 ** inserted as part of some other set).
58161 ** column is not indexed, and that it is not part of a foreign key.
58169 /* Check that the column is not part of an FK child key definition. It
58170 ** is not necessary to check if it is part of a parent key, as parent
58843 ** part of SQLite causes Sync to be called by mistake.
61072 ** part of the in-memory representation of the database schema.
61543 assert( p->iTable>=0 ); /* p cannot be part of a CHECK constraint */
62413 ** is used as part of the column cache.
64274 ** that is not part of the temp-db schema, add a clause to the WHERE
64293 ** pTab->zName if this function is being called to code part of an
65441 ** Resolve an expression that was part of an ATTACH or DETACH statement. This
66927 Token *pName1, /* First part of the name of the table or view */
66928 Token *pName2, /* Second part of the name of the table or view */
68470 ** clause is seen as part of a foreign key definition. The isDeferred
68582 Token *pName1, /* First part of index name. May be NULL */
68583 Token *pName2, /* Second part of index name. May be NULL */
68624 /* Use the two-part index name to determine the database
69012 ** processing (in sqlite3GenerateConstraintChecks()) as part of
69424 ** end of a growing FROM clause. The "p" parameter is the part of
69440 SrcList *p, /* The left part of the FROM clause already seen */
69693 ** be set for operations that might fail (due to a constraint) part of
70418 ** part of a nested parse and writable_schema pragma has not
70811 ** (or in another file, if this file becomes part of the amalgamation). */
72619 ** is that the counter used is stored as part of each individual statement
72700 ** 3) No parent key columns were provided explicitly as part of the
72704 ** 4) No parent key columns were provided explicitly as part of the
73053 ** is taking place as part of a DELETE operation (operation D.2), omit the
73238 ** child table (the table that the foreign key definition is part of). */
73469 ** The returned pointer is cached as part of the foreign key object. It
74128 ** that is also read as part of the SELECT. In the third form,
74775 ** (or in another file, if this file becomes part of the amalgamation). */
74806 ** indicates that the rowid was explicitly specified as part of the
75909 ** (part of the main SQLite library - not an extension) so that
76953 Token *pId1, /* First part of [database.]id field */
76954 Token *pId2, /* Second part of [database.]id field, or NULL */
76969 /* Interpret the [database.] part of the pragma statement. iDb is the
76975 /* If the temp database has been explicitly named as part of the
77131 /* This indicates that no database name was specified as part
77189 /* This indicates that no database name was specified as part
77509 ** notnull: True if 'NOT NULL' is part of column declaration
78588 ** value stored as part of the in-memory schema representation,
79264 ** the LEFT OUTER JOIN processing logic that this term is part of the
79265 ** join restriction specified in the ON or USING clause and not a part
79497 "a SELECT that is part of an expression");
79571 ** part of the result.
79663 /* If this is a scalar select that is part of an expression, then
80725 ** SELECT statements to the left always skip this part. The right-most
80726 ** SELECT might also skip this part if it has no ORDER BY clause and
80882 /* If this is a scalar select that is part of an expression, then
81376 ** This routine is part of the flattening procedure. A subquery
81517 ** (15) The outer query is not part of a compound select or the
81529 ** * is not itself part of a compound select,
83186 ** These routines are used to print out the content of all or part of a
84163 ** the ON CONFLICT policy that was specified as part of the trigger
85132 ** (or in another file, if this file becomes part of the amalgamation). */
86611 WhereClause *pWC; /* The clause this term is part of */
87892 ** represent the rowid index that is part of every table. */
88062 ** to optimize an 'OR' expression that is part of a WHERE clause.
88178 ** virtual table then allocate space for the aOrderBy part of
88256 ** part of the sqlite3_index_info structure is left populated.
89073 ** in the ON clause. The term is disabled in (3) because it is not part
89239 ** no conversion should be attempted before using a t2.b value as part of
94850 ** This code used to be part of the tokenizer.c source file. But by
94936 ** is look for a semicolon that is not part of an string or comment.
95425 ** while any part of SQLite is otherwise in use in any thread. This
97175 int *pPrimaryKey, /* OUTPUT: True if column part of PK */
97611 ** db is not currently a part of the list, this function is a no-op.
97626 ** that it is not already a part of the list.
98675 /* Flags allowed as part of the 4th argument to SegmentReaderIterate() */
98906 ** passed as the first argument. This is done as part of the xConnect()
98940 ** as part of the vtab xCreate() method.
99740 ** occurs while allocating a temporary buffer as part of the merge operation,
100126 ** output of this function, the positions can be dropped as part
100525 ** string passed via zFunc is used as part of the error message.
100820 ** Initialise the fts3 extension. If this extension is built as part
101095 ** that appeared as part of an fts3 query expression. Neither quote character
101594 ** specified as part of the query string), or -1 if tokens may by default
101681 ** This function is part of the test interface for the query parser. It
102762 ** Characters that can be part of a token. We assume any character
102764 ** part of a token. In other words, delimiters all must have
102862 ** This is part of an SQLite module implementing full-text search.
103583 ** This file is part of the SQLite FTS3 extension module. Specifically,
103679 ** the interior part of the segment b+-tree structures (everything except
103941 ** is returned if the structure is sqlite3_realloced as part of adding
104097 ** This function is called by the xUpdate() method as part of an INSERT
104531 ** an array of pending terms by term. This occurs as part of flushing
106072 ** This function is used to find tokens as part of snippet and offset
106407 ** discarded as part of processing the NEAR operator (see the
106646 ** are part of a sub-tree that is the right-hand-side of a NOT operator.
107039 ** An instance of this structure is used to collect the 'global' part of
107040 ** the matchinfo statistics. The 'global' part consists of the following:
108016 ** This function assumes that the cell is part of a leaf node.