Lines Matching full:terminated
323 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
1358 ** The input to [sqlite3_complete()] must be a zero-terminated
1361 ** The input to [sqlite3_complete16()] must be a zero-terminated
1471 ** A result table is an array of pointers to zero-terminated UTF-8 strings.
1473 ** to zero-terminated strings that contain the names of the columns.
1475 ** in NULL pointers. All other values are in their UTF-8 zero-terminated
1509 ** semicolon-separated SQL statements in the zero-terminated UTF-8
1567 ** guarantees that the buffer is always zero-terminated. The first
1577 ** The %q option works like %s in that it substitutes a null-terminated
1795 ** to the callback are zero-terminated strings that contain additional
2245 ** that the supplied string is nul-terminated, then there is a small
2587 ** interface returns a pointer to a zero-terminated UTF-8 string
2588 ** and sqlite3_column_name16() returns a pointer to a zero-terminated
2858 ** even empty strings, are always zero terminated. The return
4478 ** Names are zero-terminated UTF-8 strings.