Searched refs:omode (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h23 calcProxy(soap_mode imode, soap_mode omode);
27 virtual void calcProxy_init(soap_mode imode, soap_mode omode);
H A DsoapcalcProxy.cpp23 calcProxy::calcProxy(soap_mode imode, soap_mode omode) argument
24 { calcProxy_init(imode, omode);
27 void calcProxy::calcProxy_init(soap_mode imode, soap_mode omode) argument
29 soap_omode(this, omode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h23 calcProxy(soap_mode imode, soap_mode omode);
27 virtual void calcProxy_init(soap_mode imode, soap_mode omode);
H A DsoapcalcProxy.cpp23 calcProxy::calcProxy(soap_mode imode, soap_mode omode) argument
24 { calcProxy_init(imode, omode);
27 void calcProxy::calcProxy_init(soap_mode imode, soap_mode omode) argument
29 soap_omode(this, omode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h23 calcProxy(soap_mode imode, soap_mode omode);
27 virtual void calcProxy_init(soap_mode imode, soap_mode omode);
H A DsoapcalcProxy.cpp23 calcProxy::calcProxy(soap_mode imode, soap_mode omode) argument
24 { calcProxy_init(imode, omode);
27 void calcProxy::calcProxy_init(soap_mode imode, soap_mode omode) argument
29 soap_omode(this, omode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h23 calcProxy(soap_mode imode, soap_mode omode);
27 virtual void calcProxy_init(soap_mode imode, soap_mode omode);
H A DsoapcalcProxy.cpp23 calcProxy::calcProxy(soap_mode imode, soap_mode omode) argument
24 { calcProxy_init(imode, omode);
27 void calcProxy::calcProxy_init(soap_mode imode, soap_mode omode) argument
29 soap_omode(this, omode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_file.c60 int omode; local
65 omode = file->f_flags;
67 omode = v9fs_uflags2omode(file->f_flags,
75 err = p9_client_open(fid, omode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeserver.cpp238 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
239 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
273 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
274 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
319 if ((soap->omode & SOAP_IO) == SOAP_IO_CHUNK) // chunked response is possible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddimeserver.cpp238 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
239 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
273 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
274 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
319 if ((soap->omode & SOAP_IO) == SOAP_IO_CHUNK) // chunked response is possible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c412 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
413 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
443 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
444 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mtom-stream/
H A Dmtom-stream-test.c412 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
413 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
443 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
444 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_sockglue.c749 int omode, add; local
758 omode = MCAST_EXCLUDE;
761 omode = MCAST_EXCLUDE;
772 omode = MCAST_INCLUDE;
775 omode = MCAST_INCLUDE;
778 err = ip_mc_source(add, omode, sk, &mreqs, 0);
814 int omode, add; local
834 omode = MCAST_EXCLUDE;
837 omode = MCAST_EXCLUDE;
850 omode
[all...]
H A Digmp.c1936 int ip_mc_source(int add, int omode, struct sock *sk, struct argument
1978 if (pmc->sfmode != omode) {
1982 } else if (pmc->sfmode != omode) {
1984 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 0, NULL, 0);
1987 pmc->sfmode = omode;
2005 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) {
2011 ip_mc_del_src(in_dev, &mreqs->imr_multiaddr, omode, 1,
2064 ip_mc_add_src(in_dev, &mreqs->imr_multiaddr, omode, 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dipv6_sockglue.c571 int omode, add; local
585 omode = MCAST_EXCLUDE;
588 omode = MCAST_EXCLUDE;
599 omode = MCAST_INCLUDE;
602 omode = MCAST_INCLUDE;
605 retv = ip6_mc_source(add, omode, sk, &greqs);
H A Dmcast.c306 int ip6_mc_source(int add, int omode, struct sock *sk, argument
350 if (pmc->sfmode != omode) {
354 } else if (pmc->sfmode != omode) {
356 ip6_mc_add_src(idev, group, omode, 0, NULL, 0);
358 pmc->sfmode = omode;
379 if (psl->sl_count == 1 && omode == MCAST_INCLUDE) {
385 ip6_mc_del_src(idev, group, omode, 1, source, 1);
433 ip6_mc_add_src(idev, group, omode, 1, source, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c479 if (soap_serve(soap) && (soap->error != SOAP_EOF || (soap->errnum != 0 && !(soap->omode & SOAP_IO_KEEPALIVE))))
525 if (soap_serve(tsoap) && (tsoap->error != SOAP_EOF || (tsoap->errnum != 0 && !(tsoap->omode & SOAP_IO_KEEPALIVE))))
571 if (soap_serve(tsoap) && (tsoap->error != SOAP_EOF || (tsoap->errnum != 0 && !(tsoap->omode & SOAP_IO_KEEPALIVE))))
712 if ((soap->omode & SOAP_IO) != SOAP_IO_CHUNK)
1009 if (soap->omode & SOAP_IO_KEEPALIVE)
1038 if (soap->omode & SOAP_ENC_ZLIB)
1051 if (options[OPTION_c].selected || (soap->omode & SOAP_IO) == SOAP_IO_CHUNK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c479 if (soap_serve(soap) && (soap->error != SOAP_EOF || (soap->errnum != 0 && !(soap->omode & SOAP_IO_KEEPALIVE))))
525 if (soap_serve(tsoap) && (tsoap->error != SOAP_EOF || (tsoap->errnum != 0 && !(tsoap->omode & SOAP_IO_KEEPALIVE))))
571 if (soap_serve(tsoap) && (tsoap->error != SOAP_EOF || (tsoap->errnum != 0 && !(tsoap->omode & SOAP_IO_KEEPALIVE))))
712 if ((soap->omode & SOAP_IO) != SOAP_IO_CHUNK)
1009 if (soap->omode & SOAP_IO_KEEPALIVE)
1038 if (soap->omode & SOAP_ENC_ZLIB)
1051 if (options[OPTION_c].selected || (soap->omode & SOAP_IO) == SOAP_IO_CHUNK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h301 const int access_flags, const int omode,
306 const int access_flags, const int omode,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Digmp.h221 extern int ip_mc_source(int add, int omode, struct sock *sk,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsseapi.c2534 soap->omode &= ~SOAP_ENC_ZLIB;
2535 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
2536 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
2563 soap->omode |= SOAP_XML_SEC;
2631 soap->omode &= ~SOAP_XML_SEC;
2965 soap->omode &= ~SOAP_XML_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsseapi.c2534 soap->omode &= ~SOAP_ENC_ZLIB;
2535 if ((soap->omode & SOAP_IO) == SOAP_IO_STORE)
2536 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_BUFFER;
2563 soap->omode |= SOAP_XML_SEC;
2631 soap->omode &= ~SOAP_XML_SEC;
2965 soap->omode &= ~SOAP_XML_SEC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Ddom.c1139 soap_mode omode = e.soap->omode; variable
1147 e.soap->omode = omode;
H A Ddom.cpp1139 soap_mode omode = e.soap->omode; local
1147 e.soap->omode = omode;

Completed in 239 milliseconds

12