Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/lwip/src/apps/snmp/
H A Dsnmp_pbuf_stream.h53 struct pbuf *pbuf; member
H A Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto() local
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_bitput.h32 RK_U64 *pbuf; //!< outpacket data member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_balloc.c62 int nghttp3_balloc_get(nghttp3_balloc *balloc, void **pbuf, size_t n) { in nghttp3_balloc_get() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_balloc.c61 int ngtcp2_balloc_get(ngtcp2_balloc *balloc, void **pbuf, size_t n) { in ngtcp2_balloc_get() argument
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drk_vendor_storage.c17 int rk_vendor_read(u32 id, void *pbuf, u32 size) in rk_vendor_read() argument
26 int rk_vendor_write(u32 id, void *pbuf, u32 size) in rk_vendor_write() argument
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drk_vendor_storage.c17 int rk_vendor_read(u32 id, void *pbuf, u32 size) in rk_vendor_read() argument
25 int rk_vendor_write(u32 id, void *pbuf, u32 size) in rk_vendor_write() argument
/third_party/ffmpeg/libavcodec/
H A Datsc_a53.c68 int ff_parse_a53_cc(AVBufferRef **pbuf, const uint8_t *data, int size) in ff_parse_a53_cc() argument
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen09.c47 char pbuf[BUFSIZ]; in main() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_oct.c133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument
H A Dec_print.c23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
/third_party/openssl/crypto/ec/
H A Dec_oct.c137 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) EC_POINT_point2buf() argument
H A Dec_print.c23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
/third_party/curl/tests/libtest/
H A Dlib1948.c49 put_buffer pbuf; in test() local
/base/msdp/device_status/intention/services/intention_service/src/
H A Dintention_dumper.cpp38 char *pbuf = buf + len; in Dump() local
/device/soc/rockchip/common/sdk_linux/include/linux/soc/rockchip/
H A Drk_vendor_storage.h37 static inline int rk_vendor_read(u32 id, void *pbuf, u32 size) in rk_vendor_read() argument
42 static inline int rk_vendor_write(u32 id, void *pbuf, u32 size) in rk_vendor_write() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_csi.c193 uint8 * pbuf = buf; in dhd_csi_dump_list() local
/device/soc/rockchip/rk3588/kernel/include/linux/soc/rockchip/
H A Drk_vendor_storage.h37 static inline int rk_vendor_read(u32 id, void *pbuf, u32 size) in rk_vendor_read() argument
42 static inline int rk_vendor_write(u32 id, void *pbuf, u32 size) in rk_vendor_write() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c44 nv50_surface_from_buffer(struct pipe_context *pipe, struct pipe_resource *pbuf, const struct pipe_surface *templ) nv50_surface_from_buffer() argument
/third_party/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync02.c27 char pbuf[BUF_SIZE]; variable
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c140 fd6_emit_ssbo_tex(struct fd_context *ctx, struct fd_ringbuffer *ring, const struct pipe_shader_buffer *pbuf) fd6_emit_ssbo_tex() argument
/third_party/node/deps/openssl/openssl/crypto/
H A Dder_writer.c84 unsigned char *pbuf = tmp + (sizeof(tmp) - 1); in ossl_DER_w_octet_string_uint32() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dbio_ndef.c129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() argument
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free() argument
181 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, in argument
192 ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) ndef_suffix() argument
[all...]
/third_party/openssl/crypto/
H A Dder_writer.c84 unsigned char *pbuf = tmp + (sizeof(tmp) - 1); in ossl_DER_w_octet_string_uint32() local
/third_party/openssl/crypto/asn1/
H A Dbio_ndef.c129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() argument
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, in ndef_prefix_free() argument
181 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, in argument
192 ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) ndef_suffix() argument
[all...]

Completed in 8 milliseconds

12345