Home | History | Annotate | Download | only in orig

Lines Matching full:terminated

941 #define SQLITE_INTERRUPT    9   /* Operation terminated by sqlite3_interrupt()*/
2392 ** The input to [sqlite3_complete()] must be a zero-terminated
2395 ** The input to [sqlite3_complete16()] must be a zero-terminated
2502 ** A result table is an array of pointers to zero-terminated UTF-8 strings.
2504 ** to zero-terminated strings that contain the names of the columns.
2506 ** in NULL pointers. All other values are in their UTF-8 zero-terminated
2540 ** semicolon-separated SQL statements in the zero-terminated UTF-8
2596 ** guarantees that the buffer is always zero-terminated. ^The first
2608 ** ^(The %q option works like %s in that it substitutes a nul-terminated
2817 ** to the callback are zero-terminated strings that contain additional
3447 ** that the supplied string is nul-terminated, then there is a small
3694 ** terminated. If any NUL characters occur at byte offsets less than
3835 ** interface returns a pointer to a zero-terminated UTF-8 string
3836 ** and sqlite3_column_name16() returns a pointer to a zero-terminated
4136 ** even empty strings, are always zero-terminated. ^The return
4718 ** appear if the string where NUL terminated. If any NUL characters occur
5972 ** ^Names are zero-terminated UTF-8 strings.
9977 char *zName; /* Savepoint name (nul-terminated) */
10420 const char *z; /* Text of the token. Not NULL-terminated! */
10551 char *zToken; /* Token value. Zero terminated and dequoted */
13006 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
13022 ** string is \000 or \u0000 terminated
13024 #define MEM_Term 0x0200 /* String rep is nul terminated */
19903 terminated. Output it.
20106 ** Finish off a string by making sure it is zero-terminated.
20656 ** For this routine, we assume the UTF8 string is always zero-terminated.
21218 ** The input string must be zero-terminated. A new zero-terminator
21290 ** uses the encoding enc. The string is not necessarily zero-terminated.
21508 ** The string is not necessarily zero-terminated. The encoding is
21578 ** input number to be zero-terminated.
24737 ** buffer with a nul-terminated UTF-8 encoded error message
30112 /* Database filenames are double-zero terminated
30126 /* Generated temporary filenames are always double-zero terminated
30365 ** is stored as a nul-terminated string in the buffer pointed to by
35201 /* Database filenames are double-zero terminated if they are not
35733 ** buffer with a nul-terminated UTF-8 encoded error message
58523 ** Make sure the given Mem is \u0000 terminated.
61215 ** zName must be a pointer to a nul terminated string.
64086 ** zSql is a zero-terminated string of UTF-8 SQL text. Return the number of
64111 ** This function returns a pointer to a nul-terminated string in memory
64362 ** is a null-terminated string. Operand P5 is an unsigned character.
64367 ** either an integer, a null-terminated string, a floating point
65760 ** P4 points to a nul terminated UTF-8 string. This opcode is transformed
66002 /* Make sure the results of the current row are \000 terminated
74815 ** Allocate a new expression node from a zero-terminated token that has
76335 ** The z[] string will probably not be zero-terminated. But the
76357 ** Expr.u.zToken is always UTF8 and zero-terminated.
78832 char *zName = 0; /* NULL-terminated version of pName */
78854 /* Get a NULL terminated version of the new table name. */
79060 char *zCol; /* Null-terminated column definition */
81774 ** are not \000 terminated and are not persistent. The returned string
81775 ** is \000 terminated and is persistent.
81803 ** Parameter zName points to a nul-terminated buffer containing the name
82530 ** nul-terminated string pointed to by the third parameter, zSignedIdent,
85339 const char *zName, /* Name of the function. Not null-terminated */
92373 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */
92374 char *zRight = 0; /* Nul-terminated UTF-8 string <value>, or NULL */
95375 ** then the results were placed in a sorter. After the loop is terminated
114308 const char *zUri, /* Nul-terminated URI to parse */
116280 ** nul-terminated. This should either be fixed, or pInput/nBytes
118449 ** The column-list is terminated either by a POS_COLUMN varint (1) or
118462 /* A column-list is terminated by either a 0x01 or 0x00 byte that is
118574 ** incremented by 2 before being stored. Each list is terminated by a
119041 ** of the entries from pList at position 0, and terminated by an 0x00 byte.
121720 ** compression and is terminated by either an 0x01 or 0x00 byte. For example,
123044 ** nul-terminated string and the length is determined using strlen().
123050 ** Column names must be nul-terminated strings.
125735 ** Tokenize the nul-terminated string zText and add all tokens to the
129325 /* A column-list is terminated by either a 0x01 or 0x00. */