Searched refs:index_1 (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/util/
H A Dmembuffer.c434 int index_1 )
440 if( index_1 < 0 || index_1 > ( int )m->length )
454 memmove( m->buf + index_1 + buf_len, m->buf + index_1, m->length - index_1 );
455 memcpy( m->buf + index_1, buf, buf_len );
482 IN int index_1,
495 assert( index_1 >= 0 && index_1 < ( in
481 membuffer_delete( INOUT membuffer * m, IN int index_1, IN size_t num_bytes ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/
H A DnamedNodeMap.c97 long index_1; local
103 index_1 = ixmlNamedNodeMap_getItemNumber( nnMap, name );
107 return ( ixmlNamedNodeMap_item( nnMap, ( unsigned long )index_1 ) );
127 IN unsigned long index_1 )
136 if( index_1 > ixmlNamedNodeMap_getLength( nnMap ) - 1 ) {
141 for( i = 0; i < index_1 && tempNode != NULL; ++i ) {
H A Dixmlmembuf.c211 int index_1 )
217 if( index_1 < 0 || index_1 > ( int )m->length )
230 memmove( m->buf + index_1 + buf_len, m->buf + index_1, m->length - index_1 );
231 memcpy( m->buf + index_1, buf, buf_len );
H A DnodeList.c59 unsigned long index_1 )
69 if( index_1 > ixmlNodeList_length( nList ) - 1 ) {
74 for( i = 0; i < index_1 && next != NULL; ++i ) {
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/uri/
H A Duri.c150 int index_1,
158 if( ( in[index_1] == '%' ) && ( isxdigit( in[index_1 + 1] ) )
159 && isxdigit( in[index_1 + 2] ) ) {
162 if( sscanf( &in[index_1 + 1], "%2x", &tempInt ) != 1 )
167 for( i = index_1 + 3, j = index_1; j < ( *max ); i++, j++ ) {
149 replace_escaped( char *in, int index_1, int *max ) argument
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dmembuffer.h280 IN size_t buf_len, int index_1 );
301 void membuffer_delete( INOUT membuffer* m, IN int index_1,
H A Duri.h129 int replace_escaped(char * in, int index_1, int *max);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/src/inc/
H A Dixmlmembuf.h72 int ixml_membuf_insert(INOUT ixml_membuf *m, IN const void* buf, IN size_t buf_len, int index_1 );
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/uuid/
H A Dmd5.c149 index_1, local
155 index_1 = ( unsigned int )( ( context->count[0] >> 3 ) & 0x3F );
166 partLen = 64 - index_1;
174 ( ( POINTER ) & context->buffer[index_1], ( POINTER ) input,
181 index_1 = 0;
189 ( ( POINTER ) & context->buffer[index_1], ( POINTER ) & input[i],
207 unsigned int index_1, local
218 index_1 = ( unsigned int )( ( context->count[0] >> 3 ) & 0x3f );
220 padLen = ( index_1 < 56 ) ? ( 56 - index_1 )
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dwebserver.c656 int index_1; local
665 index_1 = gDocumentRootDir.length - 1; // last char
666 if( gDocumentRootDir.buf[index_1] == '/' ) {
667 membuffer_delete( &gDocumentRootDir, index_1, 1 );
1046 int index_1, local
1060 index_1 = map_str_to_int( ( const char * )header->name.buf,
1073 if( index_1 >= 0 )
1074 switch ( Http_Header_Names[index_1].id ) {
H A Dhttpparser.c1592 int index_1; local
1642 index_1 = map_str_to_int( token_1.buf, token_1.length, Http_Header_Names,
1644 if( index_1 != -1 ) {
1647 if( Http_Header_Names[index_1].id == HDR_SOAPACTION ) {
1651 header_id = Http_Header_Names[index_1].id;
1741 int index_1; local
1785 index_1 = map_str_to_int( token_1.buf, token_1.length, Http_Header_Names,
1787 if( index_1 != -1 ) {
1788 header_id = Http_Header_Names[index_1].id;
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/ixml/inc/
H A Dixml.h1559 unsigned long index_1
1657 unsigned long index_1
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/inc/
H A Dixml.h1559 unsigned long index_1
1657 unsigned long index_1

Completed in 111 milliseconds