Searched refs:headers (Results 1 - 25 of 44) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Dcomminit.c136 q->headers.producer = mem;
137 q->headers.consumer = mem+1;
138 *q->headers.producer = cpu_to_le32(qsize);
139 *q->headers.consumer = cpu_to_le32(qsize);
221 u32 *headers; local
236 * queue headers.
241 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT))
244 queues = (struct aac_entry *)((unsigned char *)headers + hdrsize);
248 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
250 headers
[all...]
H A Dcommsup.c259 *index = le32_to_cpu(*(q->headers.producer));
260 if (*index - 2 == le32_to_cpu(*(q->headers.consumer)))
282 if (*index + 1 == le32_to_cpu(*(q->headers.consumer))) { /* Queue is full */
371 *(q->headers.producer) = cpu_to_le32(index + 1);
547 if (*q->headers.producer == *q->headers.consumer) {
555 if (le32_to_cpu(*q->headers.consumer) >= q->entries)
558 index = le32_to_cpu(*q->headers.consumer);
567 return (*q->headers.producer != *q->headers
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/gena/
H A Dgena_device.c163 free( input->headers );
178 * IN membuffer* mid_msg : Common HTTP headers
263 * IN char *headers : (null terminated) (includes all headers
282 genaNotify( IN char *headers, argument
299 headers,
341 * headers and property set info
397 return_code = genaNotify( in->headers, in->propertySet, &sub_copy );
464 char *headers = NULL; local
560 headers
653 char *headers = NULL; local
830 char *headers = NULL; local
989 char *headers = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dwebserver.c1054 node = ListHead( &Req->headers );
1141 node = ListNext( &Req->headers, node );
1155 * OUT membuffer *headers ;
1174 OUT membuffer * headers,
1377 if( http_MakeMessage( headers, resp_major, resp_minor, "RTGKDstcSCc", HTTP_PARTIAL_CONTENT, // status code
1391 if( http_MakeMessage( headers, resp_major, resp_minor, "RNTGDstcSCc", HTTP_PARTIAL_CONTENT, // status code
1406 if( http_MakeMessage( headers, resp_major, resp_minor, "RKTDstcSCc", HTTP_OK, // status code
1420 if( http_MakeMessage( headers, resp_major, resp_minor, "RNTDstcSCc", HTTP_OK, // status code
1432 if( http_MakeMessage( headers, resp_major, resp_minor, "RTDstcSCc", HTTP_OK, // status code
1456 //don't send headers
1172 process_request( IN http_message_t * req, OUT enum resp_type *rtype, OUT membuffer * headers, OUT membuffer * filename, OUT struct xml_alias_t *alias, OUT struct SendInstruction *RespInstr ) argument
1662 membuffer headers; local
[all...]
H A Dhttpparser.c428 * Description : Compares name id in the http headers.
487 ListInit( &msg->headers, httpmsg_compare, httpheader_free );
510 ListDestroy( &msg->headers, 1 );
542 node = ListHead( &msg->headers );
551 node = ListNext( &msg->headers, node );
584 node = ListFind( &msg->headers, NULL, &header );
1421 parser->position = POS_COMPLETE; // move to headers
1465 parser->position = POS_HEADERS; // move to headers
1562 parser->position = POS_HEADERS; // move to headers
1604 // check end of headers
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/soap/
H A Dsoap_device.c211 membuffer headers; local
222 // make headers
223 membuffer_init( &headers );
224 if( http_MakeMessage( &headers, major, minor,
232 membuffer_destroy( &headers );
237 headers.buf, headers.length );
239 membuffer_destroy( &headers );
286 // make headers
683 membuffer headers; local
[all...]
H A Dsoap_ctrlpt.c296 * INOUT membuffer* headers : HTTP header
306 add_man_header( INOUT membuffer * headers )
313 if( membuffer_insert( headers, "M-", 2, 0 ) != 0 ) {
317 soap_action_hdr = strstr( headers->buf, "SOAPACTION:" );
321 if( membuffer_insert( headers, man_hdr, strlen( man_hdr ),
322 soap_action_hdr - headers->buf ) != 0 ) {
900 // make headers
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SGI/
H A Dmkrelease.sh70 make headers
82 make headers
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dlibusb.spec19 libs and headers are in libusb-devel
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_defs.h54 * These headers require ANSI C89 string concatenation, and GCC or other
58 #error SiByte headers require ANSI C89 support
67 * which is to be exposed by the headers. If undefined, it defaults to
211 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/sibyte/
H A Dsb1250_defs.h38 * These headers require ANSI C89 string concatenation, and GCC or other
42 #error SiByte headers require ANSI C89 support
51 * which is to be exposed by the headers. If undefined, it defaults to
195 * Note: you'll need to define uint32_t and uint64_t in your headers.
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dgena.h110 char * headers; member in struct:NOTIFY_THREAD_STRUCT
H A Dhttpparser.h105 // different types of HTTP headers
164 int name_id; // header name id (for a selective group of headers only)
190 LinkedList headers; member in struct:__anon11982
191 //NNS: dlist headers; // dlist<http_header_t *>
/asus-wl-520gu-7.0.1.45/src/router/samba/source/
H A DMakefile.in724 # this adds support for precompiled headers. To use it, install a snapshot
1344 $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp
1355 @echo Removing prototype headers
1400 # "make headers" or "make proto" calls a subshell because we need to
1403 headers:
1414 proto: headers
1416 .PHONY: headers proto
H A DMakefile809 # this adds support for precompiled headers. To use it, install a snapshot
1454 $(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp
1465 @echo Removing prototype headers
1510 # "make headers" or "make proto" calls a subshell because we need to
1513 headers:
1524 proto: headers
1526 .PHONY: headers proto
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsendfile.c316 hdr.headers = &hdtrl;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/
H A De2fsprogs.spec36 Summary: Ext2 filesystem-specific static libraries and headers.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex57 destination address and not-fragmentable extensions headers (i.e.\
58 hop by hop options and all the headers up to and including routing header,
172 extension headers are ignored. Instead, kernel uses the values
336 This structure is followed by optional extension headers associated
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A DMakefile206 install-lib: libjpeg.$(A) install-headers
209 install-headers: jconfig.h
249 .PHONY: all install install-lib install-headers clean distclean test check
H A Dmakefile.cfg205 install-lib: libjpeg.$(A) install-headers
208 install-headers: jconfig.h
248 .PHONY: all install install-lib install-headers clean distclean test check

Completed in 170 milliseconds

12