Searched refs:recvfd (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dckdb.c57 int recvfd = soap->recvfd; local
60 soap->recvfd = open(pathname, O_RDONLY);
61 if (soap->recvfd >= 0)
63 { close(soap->recvfd);
65 soap->recvfd = recvfd;
70 { close(soap->recvfd);
72 soap->recvfd = recvfd;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dckdb.c57 int recvfd = soap->recvfd; local
60 soap->recvfd = open(pathname, O_RDONLY);
61 if (soap->recvfd >= 0)
63 { close(soap->recvfd);
65 soap->recvfd = recvfd;
70 { close(soap->recvfd);
72 soap->recvfd = recvfd;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c341 { client.recvfd = open(input_file, O_RDONLY);
342 if (client.recvfd < 0)
357 if (!fstat(client.recvfd, &sb) && sb.st_size > 0)
541 soap.recvfd = open(routing_file, O_RDONLY);
542 if (soap.recvfd < 0) /* no routing file: silently stop */
548 { close(soap.recvfd);
553 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c341 { client.recvfd = open(input_file, O_RDONLY);
342 if (client.recvfd < 0)
357 if (!fstat(client.recvfd, &sb) && sb.st_size > 0)
541 soap.recvfd = open(routing_file, O_RDONLY);
542 if (soap.recvfd < 0) /* no routing file: silently stop */
548 { close(soap.recvfd);
553 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factory/
H A Dfactory.cpp250 soap.recvfd = open(file, O_RDONLY);
251 if (soap.recvfd < 0)
268 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Doptions.c152 { soap.recvfd = open(file, O_RDONLY);
153 if (soap.recvfd < 0)
167 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory/
H A Dfactory.cpp250 soap.recvfd = open(file, O_RDONLY);
251 if (soap.recvfd < 0)
268 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Doptions.c152 { soap.recvfd = open(file, O_RDONLY);
153 if (soap.recvfd < 0)
167 close(soap.recvfd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp85 soap->recvfd = 0;
339 { soap->recvfd = open(loc, O_RDONLY, 0);
340 if (soap->recvfd < 0)
356 soap->recvfd = open(location, O_RDONLY, 0);
358 if (soap->recvfd < 0 && import_path)
365 soap->recvfd = open(location, O_RDONLY, 0);
367 if (soap->recvfd < 0)
399 if (soap->recvfd > 2)
400 { close(soap->recvfd);
401 soap->recvfd
[all...]
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap
H A Dstdsoap2.cpp1028 return fread(s, 1, n, soap->recvfd);
1035 r = read(soap->recvfd, s, (unsigned int)n);
6538 copy->recvfd = soap->recvfd;
6722 soap->recvfd = 0;
6725 soap->recvfd = stdin;
12900 setmode(soap->recvfd, O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dschema.cpp85 soap->recvfd = 0;
339 { soap->recvfd = open(loc, O_RDONLY, 0);
340 if (soap->recvfd < 0)
356 soap->recvfd = open(location, O_RDONLY, 0);
358 if (soap->recvfd < 0 && import_path)
365 soap->recvfd = open(location, O_RDONLY, 0);
367 if (soap->recvfd < 0)
399 if (soap->recvfd > 2)
400 { close(soap->recvfd);
401 soap->recvfd
[all...]
H A Dwsdl.cpp104 soap->recvfd = 0;
183 { soap->recvfd = open(loc, O_RDONLY, 0);
184 if (soap->recvfd < 0)
200 soap->recvfd = open(location, O_RDONLY, 0);
202 if (soap->recvfd < 0 && import_path)
209 soap->recvfd = open(location, O_RDONLY, 0);
211 if (soap->recvfd < 0)
266 if (soap->recvfd > 2)
267 { close(soap->recvfd);
268 soap->recvfd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp85 soap->recvfd = 0;
339 { soap->recvfd = open(loc, O_RDONLY, 0);
340 if (soap->recvfd < 0)
356 soap->recvfd = open(location, O_RDONLY, 0);
358 if (soap->recvfd < 0 && import_path)
365 soap->recvfd = open(location, O_RDONLY, 0);
367 if (soap->recvfd < 0)
399 if (soap->recvfd > 2)
400 { close(soap->recvfd);
401 soap->recvfd
[all...]
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap
H A Dstdsoap2.cpp1028 return fread(s, 1, n, soap->recvfd);
1035 r = read(soap->recvfd, s, (unsigned int)n);
6538 copy->recvfd = soap->recvfd;
6722 soap->recvfd = 0;
6725 soap->recvfd = stdin;
12900 setmode(soap->recvfd, O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.cpp85 soap->recvfd = 0;
339 { soap->recvfd = open(loc, O_RDONLY, 0);
340 if (soap->recvfd < 0)
356 soap->recvfd = open(location, O_RDONLY, 0);
358 if (soap->recvfd < 0 && import_path)
365 soap->recvfd = open(location, O_RDONLY, 0);
367 if (soap->recvfd < 0)
399 if (soap->recvfd > 2)
400 { close(soap->recvfd);
401 soap->recvfd
[all...]
H A Dwsdl.cpp104 soap->recvfd = 0;
183 { soap->recvfd = open(loc, O_RDONLY, 0);
184 if (soap->recvfd < 0)
200 soap->recvfd = open(location, O_RDONLY, 0);
202 if (soap->recvfd < 0 && import_path)
209 soap->recvfd = open(location, O_RDONLY, 0);
211 if (soap->recvfd < 0)
266 if (soap->recvfd > 2)
267 { close(soap->recvfd);
268 soap->recvfd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap
H A Dstdsoap2.cpp1028 return fread(s, 1, n, soap->recvfd);
1035 r = read(soap->recvfd, s, (unsigned int)n);
6538 copy->recvfd = soap->recvfd;
6722 soap->recvfd = 0;
6725 soap->recvfd = stdin;
12900 setmode(soap->recvfd, O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap
H A Dstdsoap2.c1028 return fread(s, 1, n, soap->recvfd);
1035 r = read(soap->recvfd, s, (unsigned int)n);
6538 copy->recvfd = soap->recvfd;
6722 soap->recvfd = 0;
6725 soap->recvfd = stdin;
12900 setmode(soap->recvfd, O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
H A Dstdsoap2.cpp1028 return fread(s, 1, n, soap->recvfd);
1035 r = read(soap->recvfd, s, (unsigned int)n);
6538 copy->recvfd = soap->recvfd;
6722 soap->recvfd = 0;
6725 soap->recvfd = stdin;
12900 setmode(soap->recvfd, O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.h1646 int recvfd; member in struct:soap
1649 FILE *recvfd; member in struct:soap

Completed in 403 milliseconds

12