Home
last modified time | relevance | path

Searched defs:valp (Results 1 – 23 of 23) sorted by relevance

/external/openssh/
Dsshbuf-getput-basic.c48 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
61 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
74 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
87 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
127 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64()
142 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32()
157 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16()
172 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
[all …]
Dpacket.c2527 sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp) in sshpkt_getb_froms()
2552 sshpkt_get(struct ssh *ssh, void *valp, size_t len) in sshpkt_get()
2558 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8()
2564 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) in sshpkt_get_u32()
2570 sshpkt_get_u64(struct ssh *ssh, u_int64_t *valp) in sshpkt_get_u64()
2576 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) in sshpkt_get_string()
2582 sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_get_string_direct()
2588 sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_peek_string_direct()
2594 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring()
2609 sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp) in sshpkt_get_bignum2()
Dsshbuf-getput-crypto.c36 sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp) in sshbuf_get_bignum2()
/external/libffi/src/alpha/
Dffi.c192 extend_basic_type(void *valp, int type, int argn) in extend_basic_type()
256 void *valp = avalue[i]; in ffi_call_int() local
403 void *valp = &argp[argn]; in ffi_closure_osf_inner() local
/external/elfutils/libdw/
Dlibdw_form.c43 const unsigned char *valp) in __libdw_form_val_compute_len()
Dlibdw.h109 unsigned char *valp; member
DlibdwP.h701 const unsigned char *valp) in __libdw_form_val_len()
/external/curl/src/
Dtool_writeout_json.c96 char *valp = NULL; in writeString() local
Dtool_paramhlp.c237 ParameterError str2udouble(double *valp, const char *str, long max) in str2udouble()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c300 uint32_t *valp; in send_ts_cmsg() local
364 uint16_t *valp; in send_udp_segment_cmsg() local
/external/libffi/src/x86/
Dffi.c329 void *valp = avalue[i]; in ffi_call_int() local
468 void *valp; in ffi_closure_inner() local
/external/elfutils/libdwfl/
Dlink_map.c52 const char *valp = a64 + offsetof (Elf64_auxv_t, a_un.a_val); in do_check64() local
79 const char *valp = a32 + offsetof (Elf32_auxv_t, a_un.a_val); in do_check32() local
/external/icing/icing/index/lite/
Dlite-index.cc315 TermIdHitPair::Value* valp = in AddHit() local
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c362 } valp; in ffi_prep_args_SYSV() typedef
Dffi_linux64.c382 } valp; in ffi_prep_args64() typedef
/external/libffi/src/powerpc/
Dffi_sysv.c385 } valp; in ffi_prep_args_SYSV() typedef
Dffi_linux64.c452 } valp; in ffi_prep_args64() typedef
/external/dtc/libfdt/
Dfdt_sw.c290 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
/external/elfutils/include/elfutils/
Dlibdw.h109 unsigned char *valp; member
/external/ppp/pppd/
Doptions.c1385 number_option(str, valp, base) in number_option() argument
1408 int_option(str, valp) in int_option() argument
/external/igt-gpu-tools/tools/
Dintel_reg.c356 static int read_register(struct config *config, struct reg *reg, uint32_t *valp) in read_register()
/external/mksh/src/
Dvar.c179 array_index_calc(const char *n, bool *arrayp, uint32_t *valp) in array_index_calc()
/external/libpcap/
Doptimize.c768 vstore(struct stmt *s, bpf_u_int32 *valp, bpf_u_int32 newval, int alter) in vstore()