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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsmbdav_auth_ntlm.c145 data_string *ds_auth; local
148 ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization");
159 if (ds_auth != NULL) {
162 http_authorization = ds_auth->value->ptr;
218 if (ds_auth == NULL) {
219 Cdbg(DBE, "ds_auth == NULL");
238 http_authorization = ds_auth->value->ptr;
H A Dsmbdav_auth_basic.c169 data_string *ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization"); local
268 if( isBrowser==1 && strcmp(enable_webdav_block, "1") == 0 && con->smb_info && ds_auth!=NULL ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsmbdav_auth_ntlm.c145 data_string *ds_auth; local
148 ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization");
159 if (ds_auth != NULL) {
162 http_authorization = ds_auth->value->ptr;
218 if (ds_auth == NULL) {
219 Cdbg(DBE, "ds_auth == NULL");
238 http_authorization = ds_auth->value->ptr;
H A Dsmbdav_auth_basic.c169 data_string *ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization"); local
268 if( isBrowser==1 && strcmp(enable_webdav_block, "1") == 0 && con->smb_info && ds_auth!=NULL ){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsmbdav_auth_ntlm.c145 data_string *ds_auth; local
148 ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization");
159 if (ds_auth != NULL) {
162 http_authorization = ds_auth->value->ptr;
218 if (ds_auth == NULL) {
219 Cdbg(DBE, "ds_auth == NULL");
238 http_authorization = ds_auth->value->ptr;
H A Dsmbdav_auth_basic.c169 data_string *ds_auth = (data_string *)array_get_element(con->request.headers, "Authorization"); local
268 if( isBrowser==1 && strcmp(enable_webdav_block, "1") == 0 && con->smb_info && ds_auth!=NULL ){

Completed in 52 milliseconds