Searched refs:gDocumentRootDir (Results 1 - 2 of 2) 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.c182 membuffer gDocumentRootDir; // a local dir which serves as webserver root variable
529 membuffer_init( &gDocumentRootDir );
563 membuffer_destroy( &gDocumentRootDir );
659 ret = membuffer_assign_str( &gDocumentRootDir, root_dir );
664 if( gDocumentRootDir.length > 0 ) {
665 index_1 = gDocumentRootDir.length - 1; // last char
666 if( gDocumentRootDir.buf[index_1] == '/' ) {
667 membuffer_delete( &gDocumentRootDir, index_1, 1 );
1303 if( gDocumentRootDir.length == 0 ) {
1311 if( membuffer_assign_str( filename, gDocumentRootDir
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnpapi.c102 extern membuffer gDocumentRootDir;
154 membuffer_init( &gDocumentRootDir );
3817 membuffer_destroy( &gDocumentRootDir );

Completed in 54 milliseconds