Searched refs:buffer_get_string_ptr (Results 1 – 4 of 4) 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
1528 ptr = buffer_get_string_ptr(&queue, &have); in mux_client_read_packet()
4000 buffer_get_string_ptr's return should be const to remind