Searched refs:Str2 (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.c788 *Str2; local
796 Str2 = ( char * )malloc( strlen( S2 ) + 2 );
797 if( !Str2 ){
802 strcpy( Str2, S2 );
805 ToUpperCase( Str2 );
806 Ptr = strstr( Str1, Str2 );
815 free( Str2 );

Completed in 39 milliseconds