Searched defs:auth (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 9473 void *pAuthArg; /* 1st argument to the access auth function */ 70535 int auth; /* Authorization to use the function */ local [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 42 smart_str auth = {0}; local 44 smart_str_appendl(&auth, Z_STRVAL_PP(login), Z_STRLEN_PP(login)); 45 smart_str_appendc(&auth, ':'); 47 smart_str_appendl(&auth, Z_STRVAL_PP(password), Z_STRLEN_PP(password)); 49 smart_str_0(&auth); 50 buf = php_base64_encode((unsigned char*)auth.c, auth.len, &len); 55 smart_str_free(&auth); 70 smart_str auth = {0}; local 72 smart_str_appendl(&auth, Z_STRVAL_P 720 smart_str auth = {0}; local 1066 char *auth = get_http_header_value(http_headers, "WWW-Authenticate: "); local [all...] |
| /PHP_5_3/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 402 const char *auth; local 430 auth = apr_table_get(f->r->headers_in, "Authorization"); 431 php_handle_auth_data(auth TSRMLS_CC);
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 475 const char *auth; local 494 auth = apr_table_get(r->headers_in, "Authorization"); 495 php_handle_auth_data(auth TSRMLS_CC);
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1107 const char *auth; local 1365 auth = sapi_cgibin_getenv("HTTP_AUTHORIZATION", sizeof("HTTP_AUTHORIZATION")-1 TSRMLS_CC); 1366 php_handle_auth_data(auth TSRMLS_CC);
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1083 const char *auth; local 1379 auth = sapi_cgibin_getenv("HTTP_AUTHORIZATION", sizeof("HTTP_AUTHORIZATION") - 1 TSRMLS_CC); 1380 php_handle_auth_data(auth TSRMLS_CC);
|
Completed in 139 milliseconds