Searched refs:sendbinbuf (Results 1 – 6 of 6) sorted by relevance
105 if (cte->table->sendbinbuf != NULL) { in check_tls_write()106 len = ibuf_size(cte->table->sendbinbuf); in check_tls_write()107 buf = ibuf_data(cte->table->sendbinbuf); in check_tls_write()
186 if (cte->table->sendbuf != NULL || cte->table->sendbinbuf != NULL) { in tcp_host_up()212 if (cte->table->sendbinbuf != NULL) { in tcp_send_req()213 len = ibuf_size(cte->table->sendbinbuf); in tcp_send_req()214 req = ibuf_data(cte->table->sendbinbuf); in tcp_send_req()
383 sendbinbuf : NOTHING {384 table->sendbinbuf = NULL;395 table->sendbinbuf = string2binary($1);396 if (table->sendbinbuf == NULL)972 | BINARY SEND sendbinbuf EXPECT STRING opttls {2997 if (table->sendbinbuf != NULL) in load_config()2998 ibuf_free(table->sendbinbuf); in load_config()
368 tb->sendbinbuf = string2binary(tb->sendbuf); in config_gettable()369 if (tb->sendbinbuf == NULL) { in config_gettable()
523 struct ibuf *sendbinbuf; member
533 ibuf_free(table->sendbinbuf); in purge_table()