Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 77) 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/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c251 gst_pulseringbuffer_init (GstPulseRingBuffer * pbuf) in gst_pulseringbuffer_init()
292 gst_pulsering_destroy_stream (GstPulseRingBuffer * pbuf) in gst_pulsering_destroy_stream()
336 gst_pulsering_destroy_context (GstPulseRingBuffer * pbuf) in gst_pulsering_destroy_context()
398 gst_pulsering_is_dead (GstPulseSink * psink, GstPulseRingBuffer * pbuf, in gst_pulsering_is_dead()
458 GstPulseRingBuffer *pbuf = (GstPulseRingBuffer *) walk->data; in gst_pulsering_context_subscribe_cb() local
506 GstPulseRingBuffer *pbuf; in gst_pulseringbuffer_open_device() local
632 GstPulseRingBuffer *pbuf; in gst_pulseringbuffer_close_device() local
652 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_state_cb() local
679 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_request_cb() local
698 GstPulseRingBuffer *pbuf; in gst_pulsering_stream_underflow_cb() local
[all …]
/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/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.cpp217 d3d12_buffer_destroy(void *winsys, struct pb_buffer *pbuf) in d3d12_buffer_destroy()
227 d3d12_buffer_map(struct pb_buffer *pbuf, in d3d12_buffer_map()
235 d3d12_buffer_unmap(struct pb_buffer *pbuf) in d3d12_buffer_unmap()
249 d3d12_buffer_validate(struct pb_buffer *pbuf, in d3d12_buffer_validate()
258 d3d12_buffer_fence(struct pb_buffer *pbuf, in d3d12_buffer_fence()
/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/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/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/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/ffmpeg/libavfilter/
Df_sendcmd.c63 static inline char *make_command_flags_str(AVBPrint *pbuf, int flags) in make_command_flags_str()
226 AVBPrint pbuf; in parse_commands() local
445 AVBPrint pbuf; in init() local
508 AVBPrint pbuf; in filter_frame() local
/third_party/curl/tests/libtest/
Dlib1948.c54 put_buffer pbuf; in test() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c119 bo_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy()
140 bo_can_reclaim(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_can_reclaim()
168 bo_slab_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_slab_destroy()
209 bo_destroy_or_cache(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy_or_cache()
463 bo_sparse_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_sparse_destroy()
Dzink_bo.h104 zink_bo(struct pb_buffer *pbuf) in zink_bo()
265 struct pb_buffer *pbuf = &bo->base; in zink_bo_unref() local
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c28 char pbuf[BUF_SIZE]; variable
/third_party/ffmpeg/libavutil/
Dbuffer.c151 int av_buffer_make_writable(AVBufferRef **pbuf) in av_buffer_make_writable()
169 int av_buffer_realloc(AVBufferRef **pbuf, buffer_size_t size) in av_buffer_realloc()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c45 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
/third_party/openssl/crypto/ec/
Dec_print.c81 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
Dec_oct.c131 unsigned char **pbuf, BN_CTX *ctx) in EC_POINT_point2buf()
Dec_key.c575 unsigned char **pbuf, BN_CTX *ctx) in EC_KEY_key2buf()
668 size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf) in EC_KEY_priv2buf()
/third_party/ejdb/src/jbr/
Djbr.c769 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_add_document() local
793 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_set_document() local
815 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_get_document() local
840 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_del_document() local
855 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_patch_document() local
987 char pbuf[_WS_KEYPREFIX_BUFSZ]; in _jbr_ws_query() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vdepay.c170 GstBuffer *pbuf, *outbuf = NULL; in gst_rtp_mp4v_depay_process() local
/third_party/libcoap/include/coap3/
Dcoap_io_internal.h154 struct pbuf *pbuf; member

1234