Searched refs:pull_buf (Results 1 – 3 of 3) sorted by relevance
38 u8 *push_buf, *pull_buf, *pull_buf_offset; member80 if (conn->pull_buf == NULL) { in nss_io_recv()85 end = conn->pull_buf + conn->pull_buf_len; in nss_io_recv()92 os_free(conn->pull_buf); in nss_io_recv()93 conn->pull_buf = conn->pull_buf_offset = NULL; in nss_io_recv()370 os_free(conn->pull_buf); in tls_connection_deinit()460 if (conn->pull_buf) { in tls_connection_handshake()464 os_free(conn->pull_buf); in tls_connection_handshake()466 conn->pull_buf = os_malloc(wpabuf_len(in_data)); in tls_connection_handshake()467 if (conn->pull_buf == NULL) in tls_connection_handshake()[all …]
94 struct wpabuf *pull_buf; member209 if (conn->pull_buf == NULL) { in tls_pull_func()214 end = wpabuf_head_u8(conn->pull_buf) + wpabuf_len(conn->pull_buf); in tls_pull_func()221 wpabuf_free(conn->pull_buf); in tls_pull_func()222 conn->pull_buf = NULL; in tls_pull_func()350 wpabuf_free(conn->pull_buf); in tls_connection_deinit()922 ad = wpabuf_alloc((wpabuf_len(conn->pull_buf) + 500) * 3); in gnutls_get_appl_data()957 if (conn->pull_buf) { in tls_connection_handshake()960 (unsigned long) wpabuf_len(conn->pull_buf)); in tls_connection_handshake()961 wpabuf_free(conn->pull_buf); in tls_connection_handshake()[all …]
115 u8 *push_buf, *pull_buf, *pull_buf_offset; member245 if (conn->pull_buf == NULL) { in tls_pull_func()250 end = conn->pull_buf + conn->pull_buf_len; in tls_pull_func()257 os_free(conn->pull_buf); in tls_pull_func()258 conn->pull_buf = conn->pull_buf_offset = NULL; in tls_pull_func()387 os_free(conn->pull_buf); in tls_connection_deinit()995 if (conn->pull_buf) { in tls_connection_handshake()999 os_free(conn->pull_buf); in tls_connection_handshake()1001 conn->pull_buf = os_malloc(in_len); in tls_connection_handshake()1002 if (conn->pull_buf == NULL) in tls_connection_handshake()[all …]