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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Dtest.c39 FILE *conn_out; local
152 conn_out = fdopen(fd, "w");
153 if (conn_out == NULL) {
159 setvbuf(conn_out, NULL, _IOLBF, 256);
163 fprintf(conn_out, "%.*s\r\n", (int)(strlen(buf + 1) - 1),
170 fclose(conn_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Dtest.c41 FILE *conn_out; local
155 conn_out = fdopen(fd, "w");
156 if (conn_out == NULL) {
162 setvbuf(conn_out, NULL, _IOLBF, 256);
166 fprintf(conn_out, "%.*s\r\n", (int)(strlen(buf + 1) - 1), buf + 1);
171 fclose(conn_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Dtest.c39 FILE *conn_out; local
152 conn_out = fdopen(fd, "w");
153 if (conn_out == NULL) {
159 setvbuf(conn_out, NULL, _IOLBF, 256);
163 fprintf(conn_out, "%.*s\r\n", (int)(strlen(buf + 1) - 1),
170 fclose(conn_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dmsdfs.c1037 connection_struct *conn_out)
1052 if (!NT_STATUS_IS_OK(create_conn_struct(conn_out, snum, conn_path))) {
1034 junction_to_local_path(struct junction_map *jucn, char *path, int max_pathlen, connection_struct *conn_out) argument

Completed in 89 milliseconds