Searched refs:buffer_get_string_ptr (Results 1 – 3 of 3) sorted by relevance
71 const void *buffer_get_string_ptr(Buffer *, u_int *);76 #define buffer_skip_string(b) (void)buffer_get_string_ptr(b, NULL);
193 buffer_get_string_ptr(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr() function
1562 ptr = buffer_get_string_ptr(&queue, &have); in mux_client_read_packet()