Searched refs:method (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c110 int method; /*%< security authentication method */ member in struct:__anon33
112 char *cred; /*%< password for simple authentication method */
234 dbi->cred, dbi->method);
938 int method; local
994 /* determine connection method. */
996 method = LDAP_AUTH_SIMPLE;
998 method = LDAP_AUTH_KRBV41;
1000 method = LDAP_AUTH_KRBV42;
1004 "LDAP driver authentication method mus
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dhttpd.c90 unsigned int method; member in struct:isc_httpd
408 * Determine if this is a POST or GET method. Any other values will
412 httpd->method = ISC_HTTPD_METHODGET;
415 httpd->method = ISC_HTTPD_METHODPOST;
991 httpd->method = ISC_HTTPD_METHODUNKNOWN;

Completed in 13 milliseconds