Searched refs:body (Results 1 - 25 of 110) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Ddebug.h172 #define DEBUG( level, body ) \
178 && (dbgtext body) )
180 #define DEBUGC( dbgc_class, level, body ) \
186 && (dbgtext body) )
188 #define DEBUGADD( level, body ) \
193 && (dbgtext body) )
195 #define DEBUGADDC( dbgc_class, level, body ) \
200 && (dbgtext body) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dsyntax.h39 #define L(body) .L##body
41 #define L(body) .L/**/body
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dpio_phys.S27 .body
42 .body
57 .body
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_helper.c81 page->body = 0;
89 if(page->body)
90 free(page->body);
103 FLAC__ASSERT(page->body == 0);
157 /* allocate space for the page body */
158 if(0 == (page->body = (unsigned char *)safe_malloc_(page->body_len))) {
163 /* read in the page body */
164 if(!full_read_(encoder, page->body, page->body_len, read_callback, client_data))
184 FLAC__ASSERT(page->body != 0);
203 if(write_callback((FLAC__StreamEncoder*)encoder, page->body, pag
[all...]
H A Dogg_encoder_aspect.c199 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
207 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddir.c227 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, argument
232 memset(body, 0, EMPTY_DIR_SIZE_V1);
233 deh = (struct reiserfs_de_head *)body;
255 memcpy(body + deh_location(&(deh[0])), ".", 1);
256 memcpy(body + deh_location(&(deh[1])), "..", 2);
260 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, argument
265 memset(body, 0, EMPTY_DIR_SIZE);
266 deh = (struct reiserfs_de_head *)body;
289 memcpy(body + deh_location(&(deh[0])), ".", 1);
290 memcpy(body
[all...]
H A Ddo_balan.c250 const char *body, /* body of inserted item or bytes to paste */
286 if (flag == M_INSERT && body == 0)
335 ret_val, ih, body,
343 /* Calculate key component, item length and body to insert into S[0] */
356 body +=
379 ret_val, ih, body,
445 body, zeros_num);
463 body,
464 body
249 balance_leaf(struct tree_balance *tb, struct item_head *ih, const char *body, int flag, struct item_head *insert_key, struct buffer_head **insert_ptr ) argument
2057 do_balance(struct tree_balance *tb, struct item_head *ih, const char *body, int flag) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Dscript.js60 document.body.style.cursor='pointer';
65 document.body.style.cursor='default';
73 if(iframe.contentDocument && iframe.contentDocument.body.offsetHeight){
74 alert('before '+iframe.height+" document "+iframe.Document.body.offsetHeight);
75 iframe.height=iframe.contentDocument.body.offsetHeight+80;
78 else if(iframe.Document && iframe.Document.body.scrollHeight){
79 alert('before '+iframe.style.height+" document "+iframe.Document.body.scrollHeight);
81 iframe.style.height=iframe.Document.body.scrollHeight;
436 $('.body-image').css("width", width);
437 $('.body
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Dscript.js60 document.body.style.cursor='pointer';
65 document.body.style.cursor='default';
73 if(iframe.contentDocument && iframe.contentDocument.body.offsetHeight){
74 alert('before '+iframe.height+" document "+iframe.Document.body.offsetHeight);
75 iframe.height=iframe.contentDocument.body.offsetHeight+80;
78 else if(iframe.Document && iframe.Document.body.scrollHeight){
79 alert('before '+iframe.style.height+" document "+iframe.Document.body.scrollHeight);
81 iframe.style.height=iframe.Document.body.scrollHeight;
436 $('.body-image').css("width", width);
437 $('.body
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dexec-osm.c172 rc = le32_to_cpu(wait->msg->body[0]) >> 24;
414 pm = le32_to_cpu(msg->body[3]);
500 msg->body[0] = cpu_to_le32(0xffffffff);
501 msg->body[1] = cpu_to_le32(0x00000000);
502 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len);
503 msg->body[3] = cpu_to_le32(c->dlct.phys);
550 msg->body[0] = cpu_to_le32(0xffffffff);
551 msg->body[1] = cpu_to_le32(change_ind);
552 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len);
553 msg->body[
[all...]
H A Diop.c451 msg->body[0] = cpu_to_le32(PAGE_SIZE);
453 msg->body[1] = cpu_to_le32(I2O_OUTBOUND_MSG_FRAME_SIZE << 16 | 0x80);
454 msg->body[2] = cpu_to_le32(0xd0000004);
455 msg->body[3] = cpu_to_le32(i2o_dma_low(c->status.phys));
456 msg->body[4] = cpu_to_le32(i2o_dma_high(c->status.phys));
515 msg->body[0] = cpu_to_le32(0x00000000);
516 msg->body[1] = cpu_to_le32(0x00000000);
517 msg->body[2] = cpu_to_le32(i2o_dma_low(c->status.phys));
518 msg->body[3] = cpu_to_le32(i2o_dma_high(c->status.phys));
737 msg->body[
[all...]
H A Di2o_config.c280 msg->body[0] =
284 msg->body[1] = cpu_to_le32(swlen);
285 msg->body[2] = cpu_to_le32(kxfer.sw_id);
286 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize);
287 msg->body[4] = cpu_to_le32(buffer.phys);
352 msg->body[0] =
355 msg->body[1] = cpu_to_le32(swlen);
356 msg->body[2] = cpu_to_le32(kxfer.sw_id);
357 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize);
358 msg->body[
[all...]
H A Ddevice.c47 msg->body[0] = cpu_to_le32(type);
452 msg->body[i++] = cpu_to_le32(0x00000000);
453 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */
454 memcpy(&msg->body[i], oplist, oplen);
456 msg->body[i++] = cpu_to_le32(0xD0000000 | res.len); /* ResultList */
457 msg->body[i++] = cpu_to_le32(res.phys);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c40 const char * body, int bodylen)
58 memcpy(h->res_buf + h->res_buflen, body, bodylen);
77 char body[512]; local
80 bodylen = snprintf(body, sizeof(body), resp,
83 BuildSendAndCloseSoapResp(h, body, bodylen);
95 char body[512]; local
98 bodylen = snprintf(body, sizeof(body), resp,
101 BuildSendAndCloseSoapResp(h, body, bodyle
39 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
116 char * body; local
140 char body[512]; local
158 char body[512]; local
177 char body[512]; local
202 char body[sizeof(resp)+128]; local
1279 char body[512]; local
1407 char body[2048]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpsoap.c40 const char * body, int bodylen)
58 memcpy(h->res_buf + h->res_buflen, body, bodylen);
77 char body[512]; local
80 bodylen = snprintf(body, sizeof(body), resp,
83 BuildSendAndCloseSoapResp(h, body, bodylen);
95 char body[512]; local
98 bodylen = snprintf(body, sizeof(body), resp,
101 BuildSendAndCloseSoapResp(h, body, bodyle
39 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
116 char * body; local
140 char body[512]; local
158 char body[512]; local
177 char body[512]; local
202 char body[sizeof(resp)+128]; local
1287 char body[512]; local
1415 char body[2048]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dstrnlen_user.S23 .body
H A Dflush.S45 .body
H A Dip_fast_csum.S35 .body
84 .body
H A Dxor.S28 .body
65 .body
105 .body
148 .body
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpsoap.c75 const char * body, int bodylen)
93 memcpy(h->res_buf + h->res_buflen, body, bodylen);
112 char body[512]; local
125 bodylen = snprintf(body, sizeof(body), resp,
128 BuildSendAndCloseSoapResp(h, body, bodylen);
144 char body[512]; local
164 bodylen = snprintf(body, sizeof(body), resp,
167 BuildSendAndCloseSoapResp(h, body, bodyle
74 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
188 char * body; local
226 char body[512]; local
268 char body[512]; local
308 char body[512]; local
351 char body[sizeof(resp)+128]; local
1745 char body[512]; local
1925 char body[2048]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_spkm3_seal.c141 unsigned int hdrlen, struct xdr_buf *body,
178 xdr_process_buf(body, body_offset, body->len - body_offset,
140 make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header, unsigned int hdrlen, struct xdr_buf *body, unsigned int body_offset, struct xdr_netobj *cksum) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c175 fwrite(og.body,1,og.body_len,stdout);
228 fwrite(og.body,1,og.body_len,stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dgss_spkm3.h44 unsigned int hdrlen, struct xdr_buf *body,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c294 crc_reg=(crc_reg<<8)^crc_lookup[((crc_reg >> 24)&0xff)^og->body[i]];
475 og->body=os->body_data+os->body_returned;
630 /* count up body length in the segment table */
651 log.body=page+oy->headerbytes;
675 og->body=page+oy->headerbytes;
746 unsigned char *body=og->body; local
766 /* body data */
818 body+=val;
830 memcpy(os->body_data+os->body_fill,body,bodysiz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi_stub.S50 .body

Completed in 173 milliseconds

12345