Searched refs:push_buf (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_gnutls.c | 55 struct wpabuf *push_buf; member 188 if (wpabuf_resize(&conn->push_buf, len) < 0) { in tls_push_func() 192 wpabuf_put_data(conn->push_buf, buf, len); in tls_push_func() 284 wpabuf_free(conn->push_buf); in tls_connection_deinit() 318 wpabuf_free(conn->push_buf); in tls_connection_shutdown() 319 conn->push_buf = NULL; in tls_connection_shutdown() 1480 conn->push_buf == NULL) { in tls_connection_handshake() 1483 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake() 1540 if (conn->push_buf == NULL) { in tls_connection_handshake() 1542 conn->push_buf in tls_connection_handshake() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_gnutls.c | 55 struct wpabuf *push_buf; member 188 if (wpabuf_resize(&conn->push_buf, len) < 0) { in tls_push_func() 192 wpabuf_put_data(conn->push_buf, buf, len); in tls_push_func() 284 wpabuf_free(conn->push_buf); in tls_connection_deinit() 318 wpabuf_free(conn->push_buf); in tls_connection_shutdown() 319 conn->push_buf = NULL; in tls_connection_shutdown() 1480 conn->push_buf == NULL) { in tls_connection_handshake() 1483 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake() 1540 if (conn->push_buf == NULL) { in tls_connection_handshake() 1542 conn->push_buf in tls_connection_handshake() [all...] |
/third_party/backends/backend/ |
H A D | kvs40xx.c | 121 static inline void push_buf(struct buf *b, SANE_Int sz) in push_buf() function 469 push_buf(b->buf, BUF_SIZE); in read_image_duplex() 487 push_buf(b->buf, BUF_SIZE - b->mx); in read_image_duplex() 516 push_buf(&s->buf[0], BUF_SIZE - mx); in read_image_simplex()
|
Completed in 5 milliseconds