Searched refs:clientp (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A Dsample_client27 $clientp = Authen::Krb5::parse_name($ENV{'USER'});
29 if (Authen::Krb5::sendauth($ac,$s,"V1",$clientp,$serverp,
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A Dsample_client27 $clientp = Authen::Krb5::parse_name($ENV{'USER'});
29 if (Authen::Krb5::sendauth($ac,$s,"V1",$clientp,$serverp,
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_cb_prg.h44 int tool_progress_cb(void *clientp,
H A Dtool_cb_prg.c39 int tool_progress_cb(void *clientp, argument
54 struct ProgressData *bar = (struct ProgressData *)clientp;
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib599.c26 static int progress_callback(void *clientp, double dltotal, argument
29 (void)clientp;
H A Dlib547.c44 void *clientp)
46 int *counter = (int *)clientp;
65 void *clientp)
67 int *counter = (int *)clientp;
41 readcallback(void *ptr, size_t size, size_t nmemb, void *clientp) argument
63 ioctlcallback(CURL *handle, int cmd, void *clientp) argument
H A Dlib500.c31 static curl_socket_t tst_opensocket(void *clientp, argument
35 (void)clientp;
41 static int tst_closesocket(void *clientp, curl_socket_t sock) argument
43 (void)clientp;
H A Dlib555.c43 void *clientp)
45 int *counter = (int *)clientp;
64 void *clientp)
66 int *counter = (int *)clientp;
40 readcallback(void *ptr, size_t size, size_t nmemb, void *clientp) argument
62 ioctlcallback(CURL *handle, int cmd, void *clientp) argument
H A Dlib578.c31 static int progress_callback(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) argument
35 (void)clientp; /* UNUSED */
H A Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, argument
45 (void)clientp; /* UNUSED */
H A Dlib552.c147 static curlioerr ioctl_callback(CURL * handle, int cmd, void *clientp) argument
149 (void)clientp;
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dexternalsocket.c60 static curl_socket_t opensocket(void *clientp, argument
67 sockfd = *(curl_socket_t *)clientp;
73 static int sockopt_callback(void *clientp, curl_socket_t curlfd, argument
76 (void)clientp;
H A Dasiohiper.cpp331 static curl_socket_t opensocket(void *clientp, argument
369 static int closesocket(void *clientp, curl_socket_t item) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dclient.h146 dns_client_create(dns_client_t **clientp, unsigned int options);
151 unsigned int options, dns_client_t **clientp);
179 *\li clientp != NULL && *clientp == NULL.
189 dns_client_destroy(dns_client_t **clientp);
195 *\li '*clientp' is a valid client.
199 *\li *clientp == NULL.
/macosx-10.9.5/gssd-62/
H A Dgsstest.c166 } clientp, targetp; variable in typeref:struct:gss_name
387 clientp.nt = name_type;
393 clientp.name = (gssd_byte_buffer) principal;
394 clientp.len = (uint32_t) strlen(principal);
653 clientp.nt,
654 clientp.name,
655 clientp.len,
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dclient.h235 ns_client_detach(ns_client_t **clientp);
237 * Detach '*clientp' from its client.
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h159 typedef int (*curl_progress_callback)(void *clientp,
316 typedef int (*curl_sockopt_callback)(void *clientp,
331 (*curl_opensocket_callback)(void *clientp,
336 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
353 void *clientp);
675 void *clientp); /* custom pointer passed from app */
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dclient.c350 dns_client_create(dns_client_t **clientp, unsigned int options) { argument
378 options, clientp);
382 (*clientp)->attributes |= DNS_CLIENTATTR_OWNCTX;
406 unsigned int options, dns_client_t **clientp)
419 REQUIRE(clientp != NULL && *clientp == NULL);
492 *clientp = client;
511 destroyclient(dns_client_t **clientp) { argument
512 dns_client_t *client = *clientp;
547 *clientp
404 dns_client_createx(isc_mem_t *mctx, isc_appctx_t *actx, isc_taskmgr_t *taskmgr, isc_socketmgr_t *socketmgr, isc_timermgr_t *timermgr, unsigned int options, dns_client_t **clientp) argument
551 dns_client_destroy(dns_client_t **clientp) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dclient.c2017 client_create(ns_clientmgr_t *manager, ns_client_t **clientp) { argument
2030 REQUIRE(clientp != NULL && *clientp == NULL);
2157 *clientp = client;
2393 ns_client_detach(ns_client_t **clientp) { argument
2394 ns_client_t *client = *clientp;
2398 *clientp = NULL;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dssh.c472 void *clientp)
477 (void)clientp;
468 sshkeycallback(CURL *easy, const struct curl_khkey *knownkey, const struct curl_khkey *foundkey, enum curl_khmatch match, void *clientp) argument

Completed in 311 milliseconds