Searched refs:req_buf (Results 1 - 25 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnphttp.c188 if(h->req_buf)
189 free(h->req_buf);
198 * sequence has been found in h->req_buf */
206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
208 line = h->req_buf;
209 while(line < (h->req_buf + h->req_contentoff))
245 h->req_HostOff = p - h->req_buf;
261 h->req_soapActionOff = p - h->req_buf;
312 h->req_CallbackOff = p - h->req_buf;
323 h->req_SIDOff = p - h->req_buf;
[all...]
H A Dupnphttp.h67 char * req_buf; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnphttp.c188 if(h->req_buf)
189 free(h->req_buf);
198 * sequence has been found in h->req_buf */
206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
208 line = h->req_buf;
209 while(line < (h->req_buf + h->req_contentoff))
245 h->req_HostOff = p - h->req_buf;
261 h->req_soapActionOff = p - h->req_buf;
312 h->req_CallbackOff = p - h->req_buf;
323 h->req_SIDOff = p - h->req_buf;
[all...]
H A Dupnphttp.h67 char * req_buf; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnphttp.c188 if(h->req_buf)
189 free(h->req_buf);
198 * sequence has been found in h->req_buf */
206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
208 line = h->req_buf;
209 while(line < (h->req_buf + h->req_contentoff))
245 h->req_HostOff = p - h->req_buf;
261 h->req_soapActionOff = p - h->req_buf;
312 h->req_CallbackOff = p - h->req_buf;
323 h->req_SIDOff = p - h->req_buf;
[all...]
H A Dupnphttp.h67 char * req_buf; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h84 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c137 free(h->req_buf);
152 line = h->req_buf;
153 /* TODO : check if req_buf, contentoff are ok */
154 while(line < (h->req_buf + h->req_contentoff))
424 while( (line < (h->req_buf + h->req_buflen)) &&
809 p = h->req_buf;
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
878 h->req_buflen = endbuf - h->req_buf;
882 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
1072 h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h84 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c137 free(h->req_buf);
152 line = h->req_buf;
153 /* TODO : check if req_buf, contentoff are ok */
154 while(line < (h->req_buf + h->req_contentoff))
424 while( (line < (h->req_buf + h->req_buflen)) &&
809 p = h->req_buf;
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
878 h->req_buflen = endbuf - h->req_buf;
882 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
1072 h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h84 char * req_buf; member in struct:upnphttp
H A Dupnphttp.c137 free(h->req_buf);
152 line = h->req_buf;
153 /* TODO : check if req_buf, contentoff are ok */
154 while(line < (h->req_buf + h->req_contentoff))
424 while( (line < (h->req_buf + h->req_buflen)) &&
809 p = h->req_buf;
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
878 h->req_buflen = endbuf - h->req_buf;
882 DPRINTF(E_DEBUG, L_HTTP, "HTTP REQUEST: %.*s\n", h->req_buflen, h->req_buf);
1072 h->req_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dctrl_iface_named_pipe.c75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst
274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
291 char *buf = dst->req_buf;
551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst
705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf),
725 char *buf = dst->req_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dsunvdc.c461 void *req_buf; local
526 req_buf = kzalloc(op_len, GFP_KERNEL);
527 if (!req_buf)
534 memcpy(req_buf, buf, len);
542 err = ldc_map_single(port->vio.lp, req_buf, op_len,
547 kfree(req_buf);
584 memcpy(buf, req_buf, len);
586 kfree(req_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dsunvdc.c461 void *req_buf; local
526 req_buf = kzalloc(op_len, GFP_KERNEL);
527 if (!req_buf)
534 memcpy(req_buf, buf, len);
542 err = ldc_map_single(port->vio.lp, req_buf, op_len,
547 kfree(req_buf);
584 memcpy(buf, req_buf, len);
586 kfree(req_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c943 if (bnx2i_conn->gen_pdu.req_buf) {
946 bnx2i_conn->gen_pdu.req_buf,
948 bnx2i_conn->gen_pdu.req_buf = NULL;
963 bnx2i_conn->gen_pdu.req_buf =
968 if (bnx2i_conn->gen_pdu.req_buf == NULL)
972 bnx2i_conn->gen_pdu.req_wr_ptr = bnx2i_conn->gen_pdu.req_buf;
1013 bnx2i_conn->gen_pdu.req_buf,
1015 bnx2i_conn->gen_pdu.req_buf = NULL;
1041 bnx2i_conn->gen_pdu.req_buf;
1078 buf = bnx2i_conn->gen_pdu.req_buf;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c943 if (bnx2i_conn->gen_pdu.req_buf) {
946 bnx2i_conn->gen_pdu.req_buf,
948 bnx2i_conn->gen_pdu.req_buf = NULL;
963 bnx2i_conn->gen_pdu.req_buf =
968 if (bnx2i_conn->gen_pdu.req_buf == NULL)
972 bnx2i_conn->gen_pdu.req_wr_ptr = bnx2i_conn->gen_pdu.req_buf;
1013 bnx2i_conn->gen_pdu.req_buf,
1015 bnx2i_conn->gen_pdu.req_buf = NULL;
1041 bnx2i_conn->gen_pdu.req_buf;
1078 buf = bnx2i_conn->gen_pdu.req_buf;
[all...]

Completed in 331 milliseconds

12