Searched refs:fsend (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dplugin.h18 { int (*fsend)(struct soap*, const char*, size_t); /* example: to save and use send callback */ member in struct:plugin_data
H A Dplugin.c60 { data->fsend = soap->fsend; /* save old recv callback */
62 soap->fsend = plugin_send; /* replace send callback with ours */
81 return data->fsend(soap, buf, len); /* pass data on to old send callback */
H A Dlogging.c118 data->fsend = soap->fsend; /* save old recv callback */
120 soap->fsend = logging_send; /* replace send callback with ours */
152 return data->fsend(soap, buf, len); /* pass data on to old send callback */
H A Dlogging.h78 int (*fsend)(struct soap*, const char*, size_t); /* to save and use send callback */ member in struct:logging_data
H A Dsmdevp.h103 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap_smd_data
H A Dsmdevp.c230 data->fsend = soap->fsend;
232 soap->fsend = soap_smd_send;
271 soap->fsend = data->fsend;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dplugin.h18 { int (*fsend)(struct soap*, const char*, size_t); /* example: to save and use send callback */ member in struct:plugin_data
H A Dplugin.c60 { data->fsend = soap->fsend; /* save old recv callback */
62 soap->fsend = plugin_send; /* replace send callback with ours */
81 return data->fsend(soap, buf, len); /* pass data on to old send callback */
H A Dlogging.c118 data->fsend = soap->fsend; /* save old recv callback */
120 soap->fsend = logging_send; /* replace send callback with ours */
152 return data->fsend(soap, buf, len); /* pass data on to old send callback */
H A Dlogging.h78 int (*fsend)(struct soap*, const char*, size_t); /* to save and use send callback */ member in struct:logging_data
H A Dsmdevp.h103 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap_smd_data
H A Dsmdevp.c230 data->fsend = soap->fsend;
232 soap->fsend = soap_smd_send;
271 soap->fsend = data->fsend;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.h1609 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.h1609 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.h1609 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.h1609 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.h1609 int (*fsend)(struct soap*, const char*, size_t); member in struct:soap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.c207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]
H A Dstdsoap2.cpp207 static int fsend(struct soap*, const char*, size_t);
508 fsend(struct soap *soap, const char *s, size_t n) function
810 if ((soap->error = soap->fsend(soap, t, strlen(t))))
816 return soap->error = soap->fsend(soap, s, n);
3412 soap->fsend = fsend;
6139 if ((soap->error = soap->fsend(soap, p, soap_block_size(soap, NULL))))
6149 if ((soap->error = soap->fsend(soap, "\r\n0\r\n\r\n", 7)))
6633 soap->fsend = fsend;
[all...]

Completed in 419 milliseconds

12