Lines Matching defs:text
564 ** then right-justify the text. W is the width in UTF-8 characters, not
676 ** This routine reads a line of text from FILE in, stores
677 ** the text in memory obtained from malloc() and returns a pointer
678 ** to the text. NULL is returned at end of file, or if malloc()
730 ** Retrieve a single line of input text.
823 ** A variable length string to which one can append text.
2091 ** T<size>:<text>
2093 ** <sql> is the original SQL text for each statement run and <n> is
2094 ** the size of that text. The SQL text is UTF-8. A single R character
2098 ** B means blobs of <size> bytes. T means text rendered as <size>
2100 ** text integers.
2269 ** UINT works like BINARY for text, except that embedded strings
2291 ** Compare text in lexicographic order, except strings of digits
2585 ** Convert input X into decimal and then back into text
2760 ** Compare text in decimal order.
3760 ** expressions against UTF8 text.
3887 const unsigned char *z; /* All text */
3897 ReInput sIn; /* Regular expression text */
3902 unsigned char zInit[12]; /* Initial text to match */
4231 /* Compile RE text into a sequence of opcodes. Continue up to the
4253 /* Compile an element of regular expression text (anything that can be
4537 ** text and return that text.
4662 ** interpreted as text and used as the target of the link. For a
4693 ** name: Path to file or directory (text value).
4697 ** symlink, a text value containing the text of the link. For a
5156 ** text string in the style of "ls -l".
5684 ** The two query parameters are optional. $prefix is the text of the
9321 ** Return the text of SQL statement iStmt.
10141 ** If *pRc is initially set to SQLITE_OK, then the text specified by
10976 /* Formulate the query text */
11002 /* Formulate the query text */
11332 /* Formulate the EXPERT_REPORT_CANDIDATES text */
13362 ** was a text value, then this function searches the input for "\n" and "\r"
13882 ** a single text value - itself an SQL statement similar to the above,
15576 char nullValue[20]; /* The text to print when a NULL comes back from
15630 #define SHELL_TRACE_PLAIN 0 /* Show input SQL text */
15631 #define SHELL_TRACE_EXPANDED 1 /* Show expanded SQL text */
15632 #define SHELL_TRACE_NORMALIZED 2 /* Show normalized SQL text */
15739 ** Write the text X to the screen (or whatever output is being directed)
16972 " cmd TEXT,\n" /* Command text */
17042 ** Maybe construct two lines of text that point out the position of a
17043 ** syntax error. Return a pointer to the text, in memory obtained from
17089 ** If the number of columns is 1 and that column contains text "--"
17456 const char *zSql; /* The text of the SQL statement */
17692 ** z[] is a line of text that is to be displayed the .mode box or table or
17703 const unsigned char *z, /* Input text to be transformed */
17712 unsigned char *zOut; /* Output text */
18563 ** This routine should print text sufficient to recreate the table.
18720 ** The help text for each individual command begins with a line that starts
18806 ".help ?-all? ?PATTERN? Show help text for PATTERN",
18821 " input text.",
18863 " --quote Quote output text as SQL literals",
18864 " --noquote Do not quote output text",
18874 " -e Send output to the system text editor",
18897 " -e Send output to the system text editor",
19013 ** Output help text.
19015 ** zPattern describes the set of commands for which help text is provided.
19064 ** text of all commands that match. */
19370 ** indicating that the value passed to quote() was a text value,
19617 static char *readline_completion_generator(const char *text, int state){
19624 " FROM completion(%Q) ORDER BY 1", text);
19878 FILE *in; /* Read the CSV text from this input stream */
19880 char *z; /* Accumulated text for a field */
19912 /* Read a single field of CSV text. Compatible with rfc4180 and extended
20003 /* Read a single field of ASCII delimited text.
20339 { "text encoding:", 56 },
20432 ** Compare the pattern in zGlob[] against the text in z[]. Return TRUE
20674 ** 0. The text of an SQL statement similar to:
20688 ** 2. Human readable text that describes the child table and columns. e.g.
20692 ** 3. Human readable text that describes the parent table and columns. e.g.
22624 /* convert filectrl text option to value. allow any unique prefix
22801 char *zCreate = 0; /* CREATE TABLE statement text */
23578 eMode = 'e'; /* text editor */
23622 /* text editor mode */
23716 ** understood to be a text string.
23985 " type text,\n"
23986 " name text,\n"
23987 " tbl_name text,\n"
23989 " sql text\n"
24831 /* convert testctrl text option to value. allow any unique prefix
25368 ** any arbitrary text is a complete SQL statement. This is not very
25487 char *zSql = 0; /* Accumulated SQL text */
25746 " -nullvalue TEXT set text string for NULL values. Default ''\n"
25812 ** Output text to the console in a font that attracts extra attention.