/third_party/lwip/src/include/lwip/ |
D | icmp.h | 88 #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
|
D | pbuf.h | 186 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/ |
D | apple_glx_pbuffer.c | 77 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/ |
D | bio_ndef.c | 129 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/ |
D | bio_ndef.c | 129 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/ |
D | d3d12_bufmgr.cpp | 256 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/ |
D | driver_nl80211_hisi.c | 285 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/ |
D | driver_nl80211_hisi.c | 272 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/ |
D | snmp_pbuf_stream.h | 53 struct pbuf *pbuf; member
|
D | snmp_pbuf_stream.c | 115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
|
/third_party/ffmpeg/libavfilter/ |
D | f_sendcmd.c | 69 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/ |
D | ngtcp2_balloc.c | 61 int ngtcp2_balloc_get(ngtcp2_balloc *balloc, void **pbuf, size_t n) { in ngtcp2_balloc_get()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_balloc.c | 62 int nghttp3_balloc_get(nghttp3_balloc *balloc, void **pbuf, size_t n) { in nghttp3_balloc_get()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open09.c | 47 char pbuf[BUFSIZ]; in main() local
|
/third_party/ffmpeg/libavcodec/ |
D | atsc_a53.c | 68 int ff_parse_a53_cc(AVBufferRef **pbuf, const uint8_t *data, int size) in ff_parse_a53_cc()
|
/third_party/curl/lib/ |
D | bufq.c | 118 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/ |
D | lib1948.c | 49 put_buffer pbuf; in test() local
|
/third_party/openssl/crypto/ec/ |
D | ec_print.c | 23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
|
D | ec_oct.c | 135 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_print.c | 23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 27 char pbuf[BUF_SIZE]; variable
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.c | 45 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_bo.c | 125 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/ |
D | buffer.c | 165 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/ |
D | coap_io_lwip.c | 296 struct pbuf *pbuf; in coap_socket_send_pdu() local 324 struct pbuf *pbuf; in coap_socket_send() local
|