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

/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/genlib/net/http/
H A Dwebserver.c1048 char *TmpBuf; local
1050 TmpBuf = ( char * )malloc( LINE_SIZE );
1051 if( !TmpBuf )
1065 free( TmpBuf );
1066 TmpBuf = ( char * )malloc( header->value.length + 1 );
1067 if( !TmpBuf )
1071 memcpy( TmpBuf, header->value.buf, header->value.length );
1072 TmpBuf[header->value.length] = '\0';
1079 if( strlen( TmpBuf ) > strlen( "gzip" ) ) {
1080 if( StrStr( TmpBuf, "trailer
[all...]

Completed in 37 milliseconds