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

123

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Ddebug.h168 #define DEBUG( level, body ) \
174 && (dbgtext body) )
176 #define DEBUGC( dbgc_class, level, body ) \
182 && (dbgtext body) )
184 #define DEBUGADD( level, body ) \
189 && (dbgtext body) )
191 #define DEBUGADDC( dbgc_class, level, body ) \
196 && (dbgtext body) )
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dpacket.c195 PKT_GET_INFO_EX1 *body; local
199 body = (PKT_GET_INFO_EX1 *)(pdubuf+sizeof(IBOX_COMM_PKT_HDR_EX));
200 body->FieldCount = 1;
201 body->FieldID = FIELD_GENERAL_CURRENT_AP;
208 PKT_GET_INFO_EX1 *body; local
215 body = (PKT_GET_INFO_EX1 *)(pdubuf+sizeof(IBOX_COMM_PKT_RES_EX));
217 if (body->FieldCount>0 &&
218 body->FieldID == FIELD_GENERAL_CURRENT_AP)
228 PKT_GET_INFO_EX1 *body; local
232 body
241 PKT_GET_INFO_EX1 *body; local
251 PKT_GET_INFO_EX1 *body; local
263 PKT_GET_INFO_EX1 *body; local
283 PKT_GET_INFO_EX1 *body; local
296 PKT_GET_INFO_EX1 *body; local
305 PKT_GET_INFO_EX1 *body; local
314 PKT_GET_INFO_EX1 *body; local
353 PKT_GET_INFO_EX1 *body; local
363 PKT_GET_INFO_EX1 *body; local
372 PKT_GET_INFO_EX1 *body; local
384 PKT_GET_INFO_EX1 *body; local
394 PKT_GET_INFO_EX1 *body; local
404 PKT_GET_INFO_EX1 *body; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Ddir.c191 void make_empty_dir_item_v1 (char * body, __u32 dirid, __u32 objid, argument
196 memset (body, 0, EMPTY_DIR_SIZE_V1);
197 deh = (struct reiserfs_de_head *)body;
219 memcpy (body + deh_location( &(deh[0]) ), ".", 1);
220 memcpy (body + deh_location( &(deh[1]) ), "..", 2);
224 void make_empty_dir_item (char * body, __u32 dirid, __u32 objid, argument
229 memset (body, 0, EMPTY_DIR_SIZE);
230 deh = (struct reiserfs_de_head *)body;
252 memcpy (body + deh_location( &(deh[0]) ), ".", 1);
253 memcpy (body
[all...]
H A Ddo_balan.c248 const char * body, /* body of inserted item or bytes to paste */
284 if (flag == M_INSERT && body == 0)
325 leaf_insert_into_buf (&bi, n + item_pos - ret_val, ih, body,
330 /* Calculate key component, item length and body to insert into S[0] */
335 body += (tb->lbytes - zeros_num);
353 leaf_insert_into_buf (&bi, n + item_pos - ret_val, ih, body, zeros_num);
386 tb->insert_size[0], body, zeros_num);
394 (struct reiserfs_de_head *)body,
395 body
246 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
1543 do_balance(struct tree_balance * tb, struct item_head * ih, const char * body, int flag) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dhttp.c253 char *p, *end, *body; local
257 if ( (body = strstr( c->buf, "\r\n\r\n" )) != NULL ||
258 (body = strstr( c->buf, "\n\n" )) != NULL ) {
264 while (p < body) {
274 header_length = (body - c->buf) + ((*body == '\r') ? 4 : 2);
369 void http_response(UFILE *up, http_error_t error_code, const char *body, int body_len) argument
376 if (body == NULL) {
377 body = "";
402 if (write(ufileno(up), (char *) body, body_le
413 char *p, *line, *body, *sa = NULL; local
456 char *p, *body, *line, *cb = NULL, *sid = NULL, *to = NULL, *nt = NULL; local
[all...]
H A Dsoap.c48 void soap_action(UFILE *up, PService psvc, char *soapaction, char *body) argument
63 if ((u = strstr(body, pattern)) != NULL) {
64 body = u + 1;
65 if ((u = strstr(body, "<")) != NULL) {
66 body = u + 1;
67 actstart = body;
68 sp = index(body, ' ');
69 eb = index(body, '>');
73 body = eb + 1;
74 if (body[
[all...]
H A Dssdp.c255 char *line, *body, *p, *mxend; local
262 if ( (body = strstr(msg, "\r\n\r\n" )) != NULL )
263 body += 4;
264 else if ( (body = strstr(msg, "\r\n" )) != NULL )
265 body += 2;
272 while (p != NULL && p < body) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dflush.S25 .body
H A Dip_fast_csum.S32 .body
80 .body
H A Dstrnlen_user.S23 .body
H A Dclear_page.S40 .body
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A Dupdateheader17 } elsif( m,<body, ){
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A Dupdateheader17 } elsif( m,<body, ){
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd.c400 WORD body[1]; local
595 //Send body
596 body[0] = ERR_SERVER_LPT_FAIL;
597 send(sockfd , body , sizeof(body) , 0);
607 body[0] = ERR_SERVER_OCCUPIED;
617 //Send body
618 send(sockfd , body , sizeof(body) , 0);
637 body[
[all...]
H A Dlpd_lisa.c369 WORD body[1]; local
564 //Send body
565 body[0] = ERR_SERVER_LPT_FAIL;
566 send(sockfd , body , sizeof(body) , 0);
576 body[0] = ERR_SERVER_OCCUPIED;
586 //Send body
587 send(sockfd , body , sizeof(body) , 0);
606 body[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Dlibcrossbrowser.js20 if(_dom==4 || _dom==3) return window.innerWidth;if(_dom==2 || _dom==1) return document.body.clientWidth;return 0;}
22 if(_dom==4 || _dom==3) return window.innerHeight;if(_dom==2 || _dom==1) return document.body.clientHeight;return 0;}
24 if(_dom==4) return window.scrollX;if(_dom==2 || _dom==1) return document.body.scrollLeft;if(_dom==3) return window.pageXOffset;return 0;}
26 if(_dom==4) return window.scrollY;if(_dom==2 || _dom==1) return document.body.scrollTop;if(_dom==3) return window.pageYOffset;return 0;}
37 var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var pDiv =parentDiv?parentDiv:document.body;var div =document.createElement('DIV');div.id=divName;div.setAttribute('style',
43 var adj =(_mac&&!_ie512)?' ':'';var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var ha =(height>0)?(';height:'+height):'';var pDiv =parentDiv?parentDiv:document.body;pDiv.insertAdjacentHTML('BeforeEnd',
56 var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var pDiv =parentDiv?parentDiv:document.body;var div =document.createElement('IFRAME');div.id=divName;div.name=divName;div.setAttribute('style',
62 bd=parentDiv;else bd=document.body;bd.insertAdjacentHTML('BeforeEnd',
111 frames(exdiv.id+'_if').scrollTo(x,frames(exdiv.id+'_if').document.body.scrollTop);return;}
119 frames(exdiv.id+'_if').scrollTo(frames(exdiv.id+'_if').document.body
[all...]
H A Deventhandler.js36 ctrl.pageX = document.body.scrollLeft+event.clientX;ctrl.pageY = document.body.scrollTop +event.clientY;ctrl.type = event.type;}
95 doc = div;doc.onmousedown = ech_mousedown;document.body.onmousemove = ech_mousemove;document.body.onmouseup = ech_mouseup;} else if(_dom==3){
97 doc = div;div.onmousedown = ech_mousedown;document.body.onmousemove = ech_mousemove;document.body.onmouseup = ech_mouseup;} else return null;if(!doc.eventCtrl) doc.eventCtrl = new EventCtrl(div);var ctrl=doc.eventCtrl;ctrl.dragging = false; ctrl.dragged = false;ctrl.startX = 0; ctrl.startY = 0;ctrl.curX = 0; ctrl.curY = 0;ctrl.mousedown = dwnf; ctrl.mousedownClient = dwnc;ctrl.mousemove = movf; ctrl.mousemoveClient = movc;ctrl.mouseup = upf; ctrl.mouseupClient = upc;ctrl.mouseclick= clkf; ctrl.mouseclickClient= clkc;ctrl.threshold = 5;ctrl.mask|=2;return ctrl;}
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/slider/
H A Dlibcrossbrowser.js20 if(_dom==4 || _dom==3) return window.innerWidth;if(_dom==2 || _dom==1) return document.body.clientWidth;return 0;}
22 if(_dom==4 || _dom==3) return window.innerHeight;if(_dom==2 || _dom==1) return document.body.clientHeight;return 0;}
24 if(_dom==4) return window.scrollX;if(_dom==2 || _dom==1) return document.body.scrollLeft;if(_dom==3) return window.pageXOffset;return 0;}
26 if(_dom==4) return window.scrollY;if(_dom==2 || _dom==1) return document.body.scrollTop;if(_dom==3) return window.pageYOffset;return 0;}
37 var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var pDiv =parentDiv?parentDiv:document.body;var div =document.createElement('DIV');div.id=divName;div.setAttribute('style',
43 var adj =(_mac&&!_ie512)?' ':'';var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var ha =(height>0)?(';height:'+height):'';var pDiv =parentDiv?parentDiv:document.body;pDiv.insertAdjacentHTML('BeforeEnd',
56 var divName= '_js_layer_'+_createLayerNo; _createLayerNo++;var pDiv =parentDiv?parentDiv:document.body;var div =document.createElement('IFRAME');div.id=divName;div.name=divName;div.setAttribute('style',
62 bd=parentDiv;else bd=document.body;bd.insertAdjacentHTML('BeforeEnd',
111 frames(exdiv.id+'_if').scrollTo(x,frames(exdiv.id+'_if').document.body.scrollTop);return;}
119 frames(exdiv.id+'_if').scrollTo(frames(exdiv.id+'_if').document.body
[all...]
H A Deventhandler.js36 ctrl.pageX = document.body.scrollLeft+event.clientX;ctrl.pageY = document.body.scrollTop +event.clientY;ctrl.type = event.type;}
95 doc = div;doc.onmousedown = ech_mousedown;document.body.onmousemove = ech_mousemove;document.body.onmouseup = ech_mouseup;} else if(_dom==3){
97 doc = div;div.onmousedown = ech_mousedown;document.body.onmousemove = ech_mousemove;document.body.onmouseup = ech_mouseup;} else return null;if(!doc.eventCtrl) doc.eventCtrl = new EventCtrl(div);var ctrl=doc.eventCtrl;ctrl.dragging = false; ctrl.dragged = false;ctrl.startX = 0; ctrl.startY = 0;ctrl.curX = 0; ctrl.curY = 0;ctrl.mousedown = dwnf; ctrl.mousedownClient = dwnc;ctrl.mousemove = movf; ctrl.mousemoveClient = movc;ctrl.mouseup = upf; ctrl.mouseupClient = upc;ctrl.mouseclick= clkf; ctrl.mouseclickClient= clkc;ctrl.threshold = 5;ctrl.mask|=2;return ctrl;}
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A DUploading.asp25 <body bgcolor="#FFFFFF" onLoad="redirect()">
50 </body>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dpal.S72 .body
107 .body
155 .body
210 .body
H A Defi_stub.S50 .body
H A Dgate.S75 .body
161 .body
190 .body
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dalttxt.js28 w_y=(NS4||NS6||W3C)? window.innerHeight : (IE5||IE4)? document.body.clientHeight : 0;
29 w_x=(NS4||NS6||W3C)? window.innerWidth : (IE5||IE4)? document.body.clientWidth : 0;
54 if(IE5||IE4)return document.body.scrollTop;
59 if(IE5||IE4)return document.body.scrollLeft;
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dalttxt.js28 w_y=(NS4||NS6||W3C)? window.innerHeight : (IE5||IE4)? document.body.clientHeight : 0;
29 w_x=(NS4||NS6||W3C)? window.innerWidth : (IE5||IE4)? document.body.clientWidth : 0;
54 if(IE5||IE4)return document.body.scrollTop;
59 if(IE5||IE4)return document.body.scrollLeft;

Completed in 194 milliseconds

123