Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/lwip/src/include/lwip/
Dicmp.h88 #define icmp_port_unreach(isipv6, pbuf) ((isipv6) ? \ argument
92 #define icmp_port_unreach(isipv6, pbuf) do{ if(!(isipv6)) { icmp_dest_unreach(pbuf, ICMP_DUR_PORT);… argument
94 #define icmp_port_unreach(isipv6, pbuf) do{ if(isipv6) { icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT);}… argument
96 #define icmp_port_unreach(isipv6, pbuf) argument
99 #define icmp_port_unreach(isipv6, pbuf) icmp6_dest_unreach(pbuf, ICMP6_DUR_PORT) argument
101 #define icmp_port_unreach(isipv6, pbuf) icmp_dest_unreach(pbuf, ICMP_DUR_PORT) argument
103 #define icmp_port_unreach(isipv6, pbuf) argument
Dpbuf.h186 struct pbuf { struct
188 struct pbuf *next; argument
205 /** a bit field indicating pbuf type and allocation sources argument
215 * that refer to this pbuf. This can be pointers from an application, argument
223 /** In case the user needs to store data custom data on a pbuf */ argument
247 struct pbuf pbuf; member
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c77 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() local
102 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() local
115 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy()
128 struct apple_glx_pbuffer *pbuf = NULL; in apple_glx_pbuffer_create() local
264 struct apple_glx_pbuffer *pbuf; in apple_glx_pbuffer_query() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dbio_ndef.c129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix()
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free()
181 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_suffix_free()
192 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
/third_party/openssl/crypto/asn1/
Dbio_ndef.c129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix()
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free()
181 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_suffix_free()
192 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_bufmgr.cpp256 d3d12_buffer_destroy(void *winsys, struct pb_buffer *pbuf) in d3d12_buffer_destroy()
267 d3d12_buffer_map(struct pb_buffer *pbuf, in d3d12_buffer_map()
275 d3d12_buffer_unmap(struct pb_buffer *pbuf) in d3d12_buffer_unmap()
289 d3d12_buffer_validate(struct pb_buffer *pbuf, in d3d12_buffer_validate()
298 d3d12_buffer_fence(struct pb_buffer *pbuf, in d3d12_buffer_fence()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c285 char *pbuf; in wpa_driver_set_p2p_noa() local
316 char *pbuf; in wpa_driver_set_p2p_ps() local
344 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local
435 char *pbuf; in wpa_driver_set_power_on() local
453 char *pbuf; in wpa_driver_set_powermgmt_on() local
472 char *pbuf; in wpa_driver_set_qos_map() local
542 char *pbuf; in wpa_driver_nl80211_sta_assoc() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c272 char *pbuf; in wpa_driver_set_p2p_noa() local
302 char *pbuf; in wpa_driver_set_p2p_ps() local
330 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local
416 char *pbuf; in wpa_driver_set_power_on() local
434 char *pbuf; in wpa_driver_set_powermgmt_on() local
453 char *pbuf; in wpa_driver_set_qos_map() local
518 char *pbuf; in wpa_driver_nl80211_sta_assoc() local
/third_party/lwip/src/apps/snmp/
Dsnmp_pbuf_stream.h53 struct pbuf *pbuf; member
Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
/third_party/ffmpeg/libavfilter/
Df_sendcmd.c69 static inline char *make_command_flags_str(AVBPrint *pbuf, int flags) in make_command_flags_str()
232 AVBPrint pbuf; in parse_commands() local
451 AVBPrint pbuf; in init() local
514 AVBPrint pbuf; in filter_frame() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_balloc.c61 int ngtcp2_balloc_get(ngtcp2_balloc *balloc, void **pbuf, size_t n) { in ngtcp2_balloc_get()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_balloc.c62 int nghttp3_balloc_get(nghttp3_balloc *balloc, void **pbuf, size_t n) { in nghttp3_balloc_get()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen09.c47 char pbuf[BUFSIZ]; in main() local
/third_party/ffmpeg/libavcodec/
Datsc_a53.c68 int ff_parse_a53_cc(AVBufferRef **pbuf, const uint8_t *data, int size) in ff_parse_a53_cc()
/third_party/curl/lib/
Dbufq.c118 const unsigned char **pbuf, size_t *plen) in chunk_peek()
126 const unsigned char **pbuf, size_t *plen) in chunk_peek_at()
444 const unsigned char **pbuf, size_t *plen) in Curl_bufq_peek()
459 const unsigned char **pbuf, size_t *plen) in Curl_bufq_peek_at()
/third_party/curl/tests/libtest/
Dlib1948.c49 put_buffer pbuf; in test() local
/third_party/openssl/crypto/ec/
Dec_print.c23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
Dec_oct.c135 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_print.c23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c27 char pbuf[BUF_SIZE]; variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c45 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c125 bo_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy()
156 bo_can_reclaim(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_can_reclaim()
184 bo_slab_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_slab_destroy()
225 bo_destroy_or_cache(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy_or_cache()
488 bo_sparse_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_sparse_destroy()
/third_party/ffmpeg/libavutil/
Dbuffer.c165 int av_buffer_make_writable(AVBufferRef **pbuf) in av_buffer_make_writable()
183 int av_buffer_realloc(AVBufferRef **pbuf, size_t size) in av_buffer_realloc()
/third_party/libcoap/src/
Dcoap_io_lwip.c296 struct pbuf *pbuf; in coap_socket_send_pdu() local
324 struct pbuf *pbuf; in coap_socket_send() local

1234