Lines Matching refs:buffer
145 incomplete (and therefore unusable) byte sequence in the target buffer.
731 since how can one otherwise ensure the allocated size of the buffer is
1081 Although some buffer overruns can be prevented by manually replacing
1083 are often easier and safer automatic techniques that cause buffer
1607 /* @r{First try a buffer perhaps big enough.} */
1613 /* @r{If the buffer was not large enough, resize it}
1657 /* @r{If the buffer was not large enough, resize it}
2129 they is parsing, you should always copy the string to a temporary buffer
2508 basic character set. It returns a pointer to a 7 byte buffer which
2510 user must copy the returned string to a destination buffer. It returns
2513 @strong{Warning:} Since a static buffer is used this function should not
2522 To encode a large buffer @code{l64a} must be called in a loop, once for
2523 each 32-bit word of the buffer. For example, one could do something
2530 /* @r{We know in advance how long the buffer has to be.} */
2586 rather like @code{atoi}; if you have a buffer which has been broken into