Searched refs:Response (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.h20 struct Response struct
H A Dtivo_commands.c109 struct Response *passed_args = (struct Response *)args;
295 struct Response args;
335 struct Response args;
H A Dupnpsoap.c489 static void add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, char *detailID, struct Response *passed_args)
534 struct Response *passed_args = (struct Response *)args;
866 struct Response args;
1040 struct Response args;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.h36 struct Response struct
H A Dtivo_commands.c136 struct Response *passed_args = (struct Response *)args;
294 struct Response args;
336 struct Response args;
H A Dupnpsoap.c667 char *detailID, struct Response *args)
698 char *detailID, const char *ext, struct Response *args)
776 struct Response *passed_args = (struct Response *)args;
1187 struct Response args;
1678 struct Response args;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dhttpdigest.h57 OUT HASHHEX Response /* request-digest or response-digest */
H A Dhttpdigest.c110 OUT HASHHEX Response /* request-digest or response-digest */
151 CvtHex(RespHash, Response);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-proxied-https-auth.px56 $rspn = HTTP::Response->new(200, 'OK');
78 $rspn = HTTP::Response->new(401, 'Unauthorized', [
88 $rspn = HTTP::Response->new(200, 'OK', [
H A DHTTPServer.pm9 use HTTP::Response;
78 my $resp = HTTP::Response->new ($code, $msg);
79 print STDERR "HTTP::Response: \n", $resp->as_string if $log;
85 print STDERR "HTTP::Response with headers: \n", $resp->as_string if $log;
128 print STDERR "HTTP::Response with content: \n", $resp->as_string if $log;
132 print STDERR "HTTP::Response sent: \n", $resp->as_string if $log;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Drndis_filter.c264 struct rndis_message *Response)
277 == Response->Message.InitializeComplete.RequestId) {
283 Response->NdisMessageType);
292 if (Response->MessageLength <= sizeof(struct rndis_message)) {
293 memcpy(&request->ResponseMessage, Response,
294 Response->MessageLength);
298 Response->MessageLength,
301 if (Response->NdisMessageType ==
314 Response->Message.InitializeComplete.RequestId,
315 Response
263 RndisFilterReceiveResponse(struct rndis_device *Device, struct rndis_message *Response) argument
319 RndisFilterReceiveIndicateStatus(struct rndis_device *Device, struct rndis_message *Response) argument
[all...]
H A Dchannel_mgmt.c561 memcpy(&msgInfo->Response.OpenResult,
608 memcpy(&msgInfo->Response.GpadlCreated,
651 memcpy(&msgInfo->Response.GpadlTorndown,
689 memcpy(&msgInfo->Response.VersionResponse,
H A Dchannel_mgmt.h299 } Response; member in struct:vmbus_channel_msginfo
H A Dconnection.c142 if (msgInfo->Response.VersionResponse.VersionSupported) {
H A Dchannel.c233 if (openInfo->Response.OpenResult.Status == 0)
237 NewChannel, openInfo->Response.OpenResult.Status);
511 msgInfo->Response.GpadlCreated.CreationStatus,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/import/
H A Dwsrm4.h60 Response, ///< xs:string value="Response" enumerator in enum:wsrm__ReplyPatternTypeValues
334 /// Element "http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd":Response of type "http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd":ResponseType.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/import/
H A Dwsrm4.h60 Response, ///< xs:string value="Response" enumerator in enum:wsrm__ReplyPatternTypeValues
334 /// Element "http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd":Response of type "http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd":ResponseType.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Drcmd.c21 /* A 'Response' parameter block is simply zeroed to be considered init'ed. */
27 rp = (ResponsePtr) calloc(SZ(1), sizeof(Response));
101 /* Dispose space taken up by the Response, and clear it out
115 (void) memset(rp, 0, sizeof(Response));
123 /* This takes an existing Response and recycles it, by clearing out
139 (void) memset(rp, 0, sizeof(Response));
147 * in the 'Response' structure.
390 * field of the 'Response' as the result, or a negative number upon error.
489 * field of the 'Response' as the result, or a negative number upon error.
H A Dncftp.h230 typedef struct Response { struct
237 } Response, *ResponsePtr; typedef in typeref:struct:Response
502 /* Value for printMode field of Response structure.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c437 struct lpfc_sli_ct_request *Response = local
441 uint32_t *ctptr = (uint32_t *) & Response->un.gid.PortType;

Completed in 84 milliseconds