Home
last modified time | relevance | path

Searched defs:pptr (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/tcpdump/
H A Dprint-bgp.c585 const u_char *pptr, u_int itemlen, char *buf, size_t buflen) in decode_prefix4()
612 const u_char *pptr, u_int itemlen, char *buf, in decode_labeled_prefix4()
670 const u_char *pptr, u_int addr_length) in bgp_vpn_ip_print()
714 const u_char *pptr, char *buf, size_t buflen) in bgp_vpn_sg_print()
756 const u_char *pptr) in bgp_vpn_rd_print()
806 const u_char *pptr) in bgp_extended_community_print()
912 const u_char *pptr, in bgp_rt_prefix_print()
990 const u_char *pptr) in decode_rt_routing_info()
1047 const u_char *pptr, char *buf, size_t buflen) in decode_labeled_vpn_prefix4()
1093 const u_char *pptr, char *buf, size_t buflen) in decode_mdt_vpn_nlri()
[all …]
H A Dprint-forces.c650 const u_char * pptr, u_int len, in prestlv_print()
690 const u_char * pptr, u_int len, in fdatatlv_print()
725 const u_char * pptr, u_int len, in sdatailv_print()
765 const u_char * pptr, u_int len, in sdatatlv_print()
794 const u_char * pptr, u_int len, in pkeyitlv_print()
832 const u_char * pptr, u_int len, in pdatacnt_print()
986 const u_char * pptr, u_int len, in pdata_print()
1051 const u_char * pptr, u_int len, in genoptlv_print()
1093 const u_char * pptr, u_int len, in recpdoptlv_print()
1142 const u_char * pptr, u_int len, in invoptlv_print()
[all …]
H A Dprint-ssh.c27 ssh_print_version(netdissect_options *ndo, const u_char *pptr, u_int len) in ssh_print_version()
94 ssh_print(netdissect_options *ndo, const u_char *pptr, u_int len) in ssh_print()
H A Dutil-print.c692 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len, in fetch_token()
763 const u_char *pptr, u_int idx, u_int len) in print_txt_line()
831 txtproto_print(netdissect_options *ndo, const u_char *pptr, u_int len, in txtproto_print()
H A Dprint-bfd.c186 auth_print(netdissect_options *ndo, const u_char *pptr) in auth_print()
291 bfd_print(netdissect_options *ndo, const u_char *pptr, in bfd_print()
H A Dprint-lwapp.c167 const u_char *pptr, u_int len, int has_ap_ident) in lwapp_control_print()
302 const u_char *pptr, u_int len) in lwapp_data_print()
H A Dprint-ldp.c549 const u_char *pptr, u_int len) in ldp_print()
570 const u_char *pptr) in ldp_pdu_print()
H A Dprint-lldp.c1174 const u_char *pptr, u_int len) in lldp_private_dcbx_print()
1385 const u_char *pptr, u_int len) in lldp_mgmt_addr_tlv_print()
1448 const u_char *pptr, u_int len) in lldp_print()
H A Dprint-smtp.c25 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in smtp_print()
H A Dprint-whois.c27 whois_print(netdissect_options *ndo, const u_char *pptr, u_int len) in whois_print()
H A Dprint-ftp.c25 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in ftp_print()
H A Dprint-sip.c50 sip_print(netdissect_options *ndo, const u_char *pptr, u_int len) in sip_print()
H A Dprint-http.c70 http_print(netdissect_options *ndo, const u_char *pptr, u_int len) in http_print()
H A Dprint-rtsp.c40 rtsp_print(netdissect_options *ndo, const u_char *pptr, u_int len) in rtsp_print()
H A Dprint-syslog.c81 const u_char *pptr, u_int len) in syslog_print()
/aosp_15_r20/tools/dexter/slicer/
H A Dreader.cc409 ir::FieldAnnotation* Reader::ParseFieldAnnotation(const dex::u1** pptr) { in ParseFieldAnnotation()
423 ir::MethodAnnotation* Reader::ParseMethodAnnotation(const dex::u1** pptr) { in ParseMethodAnnotation()
438 ir::ParamAnnotation* Reader::ParseParamAnnotation(const dex::u1** pptr) { in ParseParamAnnotation()
453 ir::EncodedField* Reader::ParseEncodedField(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedField()
473 static T ParseIntValue(const dex::u1** pptr, size_t size) { in ParseIntValue()
496 static T ParseFloatValue(const dex::u1** pptr, size_t size) { in ParseFloatValue()
509 ir::EncodedValue* Reader::ParseEncodedValue(const dex::u1** pptr) { in ParseEncodedValue()
602 ir::Annotation* Reader::ParseAnnotation(const dex::u1** pptr) { in ParseAnnotation()
623 ir::EncodedArray* Reader::ParseEncodedArray(const dex::u1** pptr) { in ParseEncodedArray()
809 ir::EncodedMethod* Reader::ParseEncodedMethod(const dex::u1** pptr, dex::u4* base_index) { in ParseEncodedMethod()
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_leb128.h28 inline u4 ReadULeb128(const u1** pptr) { in ReadULeb128()
58 inline s4 ReadSLeb128(const u1** pptr) { in ReadSLeb128()
/aosp_15_r20/external/boringssl/src/crypto/bio/
H A Dbio_mem.c234 char **pptr = ptr; in mem_ctrl() local
245 BUF_MEM **pptr = ptr; in mem_ctrl() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bio/
H A Dbio_mem.c234 char **pptr = ptr; in mem_ctrl() local
245 BUF_MEM **pptr = ptr; in mem_ctrl() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_compile.c930 uint32_t *pptr = cb->parsed_pattern; in show_parsed() local
5653 uint32_t *pptr = *pptrptr; in compile_branch() local
8391 uint32_t *pptr = *pptrptr; in compile_regex() local
9250 parsed_skip(uint32_t *pptr, uint32_t skiptype) in parsed_skip()
9451 uint32_t *pptr = *pptrptr; in get_branchlength() local
9966 check_lookbehinds(uint32_t *pptr, uint32_t **retptr, in check_lookbehinds()
10140 uint32_t *pptr; /* Current pointer in parsed pattern */ in pcre2_compile() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A Ddtor.pass.cpp41 CharT* pptr = base._pptr(); in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/
H A Demit.pass.cpp39 CharT* pptr = base._pptr(); in test() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_percpu_array_map.c31 void *pptr = ctx->value; in dump_bpf_percpu_array_map() local
/aosp_15_r20/external/arm-optimized-routines/networking/
H A Dchksum.c14 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32()
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dauto_corr_to_refl_coef.c26 int16_t *acfptr, *pptr, *wptr, *p1ptr, *w1ptr, ACF[WEBRTC_SPL_MAX_LPC_ORDER], in WebRtcSpl_AutoCorrToReflCoef() local

1234