Lines Matching full:terminator
2008 ** embedded) and thus do not count as a statement terminator. ^Whitespace
2226 ** the zero terminator. So the longest string that can be completely
2890 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2897 ** the nul-terminator bytes.
3086 ** the number of bytes up to the first zero terminator.
3474 ** ^The value returned does not include the zero terminator at the end
3485 ** ^The zero terminator is not included in this count.
3520 ** <tr><td> BLOB <td> TEXT <td> Add a zero terminator if needed
3538 ** sqlite3_column_text16() is called. A zero-terminator might
3659 ** the zero-terminator. Note that the name length limit is in bytes, not
18155 ** nul-terminator.
18163 ** nul-terminator.
18630 ** The input string must be zero-terminated. A new zero-terminator
18634 ** dequoted string, exclusive of the zero terminator, if dequoting does
19652 int nKey, /* Bytes in key (not counting zero terminator) */
29187 ** then it is not necessary to include the nul-terminator character
32021 ** nul-terminator), then this is handled as if no master journal name
32026 ** nul-terminator byte is appended to the buffer following the master
32397 ** + 4 bytes: N (length of master journal name in bytes, no nul-terminator).
33045 ** nul-terminator byte (0x00). i.e. the entire contents of a master journal
37040 ** header must be exactly 16 bytes including the zero-terminator so
67786 ** but does not include the null terminator.
98681 ** (including the null-terminator, if any). Case
99830 ** after the list written. No terminator (0x00 or 0x01) is written to
102826 ** size of the output word (exclusive of the '\0' terminator) into *pnOut.
104338 /* Positions cannot be negative; we use -1 as a terminator internally.
104679 ** lists, not including the nul-terminator byte. For example:
106260 int nUsed; /* Number bytes of z[] used, not counting \000 terminator */