Searched refs:infofd (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.h17 # define TLS_INFO_SIZE 512 /* max. # of bytes written to infofd */
51 int *infofd; member in struct:tls_start_proxy_args
H A Dtest.c188 int infofd; local
196 a.infofd = &infofd;
228 r = read(infofd, infobuf, sizeof infobuf - 1);
238 close(infofd);
H A Deasy-tls.c184 ret.infofd = NULL;
214 if (a.infofd != NULL) {
215 *a.infofd = -1;
225 if (a.infofd != NULL) {
272 if (a.infofd != NULL)
273 *a.infofd = infofds[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.h17 #define TLS_INFO_SIZE 512 /* max. # of bytes written to infofd */
50 int *infofd; member in struct:tls_start_proxy_args
H A Dtest.c189 int infofd; local
197 a.infofd = &infofd;
224 r = read(infofd, infobuf, sizeof infobuf - 1);
234 close (infofd);
H A Deasy-tls.c183 ret.infofd = NULL;
213 if (a.infofd != NULL) {
214 *a.infofd = -1;
224 if (a.infofd != NULL) {
271 if (a.infofd != NULL)
272 *a.infofd = infofds[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.h17 # define TLS_INFO_SIZE 512 /* max. # of bytes written to infofd */
51 int *infofd; member in struct:tls_start_proxy_args
H A Dtest.c188 int infofd; local
196 a.infofd = &infofd;
228 r = read(infofd, infobuf, sizeof infobuf - 1);
238 close(infofd);
H A Deasy-tls.c184 ret.infofd = NULL;
214 if (a.infofd != NULL) {
215 *a.infofd = -1;
225 if (a.infofd != NULL) {
272 if (a.infofd != NULL)
273 *a.infofd = infofds[0];

Completed in 44 milliseconds