Lines Matching full:scan
4030 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
4151 /** Setup the input buffer state to scan directly from a user-specified character buffer.
4186 /** Setup the input buffer state to scan a string. The next call to pcap_lex() will
4187 * scan from a @e copy of @a str.
4188 * @param str a NUL-terminated string to scan
4191 * @note If you want to scan bytes that may contain NUL values, then use
4200 /** Setup the input buffer state to scan the given bytes. The next call to pcap_lex() will
4201 * scan from a @e copy of @a bytes.
4202 * @param bytes the byte buffer to scan