Searched refs:webDirLen (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.c728 int webDirLen; local
732 webDirLen = strlen( pCurVirtualDir->dirName );
733 if( pCurVirtualDir->dirName[webDirLen - 1] == '/' ) {
734 if( strncmp( pCurVirtualDir->dirName, filePath, webDirLen ) ==
738 if( ( strncmp( pCurVirtualDir->dirName, filePath, webDirLen )
739 == 0 ) && ( filePath[webDirLen] == '/' ) )

Completed in 38 milliseconds