Searched refs:res_buf (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtpm.h32 extern int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf);
35 static inline int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h104 char * res_buf; member in struct:upnphttp
160 * fill the res_buf buffer with the complete
H A Dupnphttp.c138 free(h->res_buf);
1152 if(!h->res_buf)
1155 h->res_buf = (char *)malloc(templen);
1158 res.data = h->res_buf;
1187 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1201 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1216 DPRINTF(E_DEBUG, L_HTTP, "HTTP RESPONSE: %.*s\n", h->res_buflen, h->res_buf);
1217 n = send(h->socket, h->res_buf, h->res_buflen, 0);
1220 DPRINTF(E_ERROR, L_HTTP, "send(res_buf)
[all...]
H A Dupnpsoap.c153 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
159 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h60 char * res_buf; member in struct:upnphttp
116 * fill the res_buf buffer with the complete
H A Dupnphttp.c85 if(h->res_buf)
86 free(h->res_buf);
944 if(!h->res_buf)
947 h->res_buf = (char *)malloc(templen);
950 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
958 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
962 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
966 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
973 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
981 h->res_buflen += snprintf(h->res_buf
[all...]
H A Dupnpsoap.c55 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
58 memcpy(h->res_buf + h->res_buflen, body, bodylen);
61 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_state.c408 char res_buf[NLMSG_BUF_SIZE]; local
409 struct nlmsghdr *res_n = (struct nlmsghdr *)res_buf;
411 memset(res_buf, 0, sizeof(res_buf));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm.c697 int __tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, u8 *res_buf) argument
708 memcpy(res_buf, cmd.params.pcrread_out.pcr_result,
717 * @res_buf: TPM_PCR value
718 * size of res_buf is 20 bytes (or NULL if you don't care)
724 int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) argument
732 rc = __tpm_pcr_read(chip, pcr_idx, res_buf);

Completed in 71 milliseconds