OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:empty_line_buffer
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
linebuf.h
28
extern void
empty_line_buffer
( struct line_buffer *linebuf );
/external/syslinux/gpxe/src/core/
linebuf.c
49
void
empty_line_buffer
( struct line_buffer *linebuf ) {
function
68
* call to line_buffer() (or to
empty_line_buffer
()).
71
* should call
empty_line_buffer
() before freeing a @c struct @c
83
empty_line_buffer
( linebuf );
/external/syslinux/gpxe/src/net/tcp/
http.c
99
empty_line_buffer
( &http->linebuf );
278
empty_line_buffer
( &http->linebuf );
Completed in 237 milliseconds