Home | History | Annotate | Download | only in libpcap

Lines Matching refs:in_buffer

2486 static YY_BUFFER_STATE in_buffer;
2488 static char *in_buffer;
2491 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++)
4430 in_buffer = pcap__scan_string(buf);
4432 in_buffer = buf;
4443 if (in_buffer != NULL)
4444 pcap__delete_buffer(in_buffer);
4445 in_buffer = NULL;