Home
last modified time | relevance | path

Searched refs:fromp (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_udp.c214 sanei_udp_recvfrom(int fd, u_char * buf, int count, char **fromp) in sanei_udp_recvfrom() argument
224 if (l > 0 && fromp) { in sanei_udp_recvfrom()
225 *fromp = inet_ntoa(from.sin_addr); in sanei_udp_recvfrom()
/third_party/backends/include/sane/
H A Dsanei_udp.h41 extern ssize_t sanei_udp_recvfrom(int fd, u_char * buf, int count, char **fromp);
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c30 static int load_iv(char **fromp, unsigned char *to, int num);
567 static int load_iv(char **fromp, unsigned char *to, int num) in load_iv() argument
572 from = *fromp; in load_iv()
586 *fromp = from; in load_iv()
/third_party/openssl/crypto/pem/
H A Dpem_lib.c30 static int load_iv(char **fromp, unsigned char *to, int num);
567 static int load_iv(char **fromp, unsigned char *to, int num) in load_iv() argument
572 from = *fromp; in load_iv()
586 *fromp = from; in load_iv()

Completed in 4 milliseconds