HomeSort by: relevance | last modified time | path
    Searched defs:buffer_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
buffer.h 23 typedef struct buffer buffer_type; typedef in typeref:struct:buffer
55 buffer_invariant(buffer_type *ATTR_UNUSED(buffer))
60 buffer_invariant(buffer_type *buffer)
72 buffer_type *buffer_create(region_type *region, size_t capacity);
79 void buffer_create_from(buffer_type *buffer, const void *data, size_t size);
85 void buffer_clear(buffer_type *buffer);
92 void buffer_flip(buffer_type *buffer);
98 void buffer_rewind(buffer_type *buffer);
101 buffer_position(buffer_type *buffer)
111 buffer_set_position(buffer_type *buffer, size_t mark
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
html.c 42 } buffer_type;
44 static buffer_type *
47 buffer_type *buf = xmalloc (sizeof (buffer_type));
56 append_char (buffer_type *buf, int c)
78 buffer_type *import_text = init_buffer ();
79 buffer_type *inline_text = init_buffer ();
41 } buffer_type; typedef in typeref:struct:__anon9557
  /src/external/bsd/pdisk/dist/
ATA_media.c 99 uint16_t buffer_type; /* 20 */ member in struct:ATA_identify_drive_info

Completed in 39 milliseconds