Lines Matching full:terminated
391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1842 ** The input to [sqlite3_complete()] must be a zero-terminated
1845 ** The input to [sqlite3_complete16()] must be a zero-terminated
1952 ** A result table is an array of pointers to zero-terminated UTF-8 strings.
1954 ** to zero-terminated strings that contain the names of the columns.
1956 ** in NULL pointers. All other values are in their UTF-8 zero-terminated
1990 ** semicolon-separated SQL statements in the zero-terminated UTF-8
2046 ** guarantees that the buffer is always zero-terminated. ^The first
2058 ** ^(The %q option works like %s in that it substitutes a nul-terminated
2267 ** to the callback are zero-terminated strings that contain additional
2897 ** that the supplied string is nul-terminated, then there is a small
3144 ** terminated. If any NUL characters occur at byte offsets less than
3285 ** interface returns a pointer to a zero-terminated UTF-8 string
3286 ** and sqlite3_column_name16() returns a pointer to a zero-terminated
3586 ** even empty strings, are always zero-terminated. ^The return
4168 ** appear if the string where NUL terminated. If any NUL characters occur
5422 ** ^Names are zero-terminated UTF-8 strings.