Lines Matching refs:buffer_get_string_ret
294 char *name = buffer_get_string_ret(m, NULL); in process_mux_master_hello()
295 char *value = buffer_get_string_ret(m, NULL); in process_mux_master_hello()
326 if ((reserved = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_new_session()
332 (cctx->term = buffer_get_string_ret(m, &len)) == NULL || in process_mux_new_session()
333 (cmd = buffer_get_string_ret(m, &len)) == NULL) { in process_mux_new_session()
350 if ((cp = buffer_get_string_ret(m, &len)) == NULL) in process_mux_new_session()
675 (listen_addr = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_open_fwd()
677 (connect_addr = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_open_fwd()
843 (listen_addr = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_close_fwd()
845 (connect_addr = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_close_fwd()
954 if ((reserved = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_stdio_fwd()
955 (chost = buffer_get_string_ret(m, NULL)) == NULL || in process_mux_stdio_fwd()