Searched refs:CLIENT (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.9.5/dcerpc-58/dcerpc/perf/
H A Drun_client.sh93 CLIENT=client
118 ${CLIENT} ${DEBUG} 0 $1 3 400 y n # Null call
119 ${CLIENT} ${DEBUG} 0 $1 3 400 y y # Null idempotent call
120 ${CLIENT} ${DEBUG} 1 $1 3 50 y n 3000 # Ins
121 ${CLIENT} ${DEBUG} 1 $1 3 50 y y 3000 # Ins, idempotent
122 ${CLIENT} ${DEBUG} 2 $1 3 50 y n 3000 # Outs
123 ${CLIENT} ${DEBUG} 2 $1 3 50 y y 3000 # Outs idempotent
126 ${CLIENT} ${DEBUG} 1 $1 3 3 y n 100000 # Ins (100K)
127 ${CLIENT} ${DEBUG} 1 $1 3 3 y y 100000 # Ins, idempotent (100K)
128 ${CLIENT}
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.h60 int yp_match_host __P((CLIENT *client, char *indomain, char *inmap,
63 int yp_first_host __P((CLIENT *client, char *indomain, char *inmap,
66 int yp_next_host __P((CLIENT *client, char *indomain, char *inmap,
69 int yp_master_host __P((CLIENT *client,
71 int yp_order_host __P((CLIENT *client,
73 int yp_all_host __P((CLIENT *client, char *indomain, char *inmap,
75 int yp_maplist_host __P((CLIENT *client, char *indomain,
77 CLIENT *yp_bind_local __P((u_long program, u_long version));
78 CLIENT *yp_bind_host __P((char *server, u_long program, u_long version,
H A Dyppush.h110 extern "C" void * yppushproc_null_1(void *, CLIENT *);
113 extern "C" void * yppushproc_xfrresp_1(yppushresp_xfr *, CLIENT *);
118 extern void * yppushproc_null_1(void *, CLIENT *);
121 extern void * yppushproc_xfrresp_1(yppushresp_xfr *, CLIENT *);
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.h60 int yp_match_host __P((CLIENT *client, char *indomain, char *inmap,
63 int yp_first_host __P((CLIENT *client, char *indomain, char *inmap,
66 int yp_next_host __P((CLIENT *client, char *indomain, char *inmap,
69 int yp_master_host __P((CLIENT *client,
71 int yp_order_host __P((CLIENT *client,
73 int yp_all_host __P((CLIENT *client, char *indomain, char *inmap,
75 int yp_maplist_host __P((CLIENT *client, char *indomain,
77 CLIENT *yp_bind_local __P((u_long program, u_long version));
78 CLIENT *yp_bind_host __P((char *server, u_long program, u_long version,
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt.h156 typedef struct CLIENT CLIENT; typedef in typeref:struct:CLIENT
157 struct CLIENT struct
162 enum clnt_stat (*cl_call)(CLIENT *, unsigned int, xdrproc_t, void *, xdrproc_t, void *, struct timeval); /* call remote procedure */
164 enum clnt_stat (*cl_call)(CLIENT *, unsigned long, xdrproc_t, void *, xdrproc_t, void *, struct timeval); /* call remote procedure */
167 void (*cl_geterr)(CLIENT *, struct rpc_err *); /* get specific error code */
168 bool_t (*cl_freeres)(CLIENT *, xdrproc_t, void *); /* frees results */
169 void (*cl_destroy)(CLIENT *); /* destroy this structure */
170 bool_t (*cl_control)(CLIENT *, int, char *); /* the ioctl() of rpc */
185 * CLIENT *r
[all...]
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dnlm_prot.h545 extern "C" void * nlm_sm_notify_0(struct nlm_sm_status *, CLIENT *);
550 extern void * nlm_sm_notify_0(struct nlm_sm_status *, CLIENT *);
562 extern "C" nlm_testres * nlm_test_1(struct nlm_testargs *, CLIENT *);
565 extern "C" nlm_res * nlm_lock_1(struct nlm_lockargs *, CLIENT *);
568 extern "C" nlm_res * nlm_cancel_1(struct nlm_cancargs *, CLIENT *);
571 extern "C" nlm_res * nlm_unlock_1(struct nlm_unlockargs *, CLIENT *);
574 extern "C" nlm_res * nlm_granted_1(struct nlm_testargs *, CLIENT *);
577 extern "C" void * nlm_test_msg_1(struct nlm_testargs *, CLIENT *);
580 extern "C" void * nlm_lock_msg_1(struct nlm_lockargs *, CLIENT *);
583 extern "C" void * nlm_cancel_msg_1(struct nlm_cancargs *, CLIENT *);
[all...]
H A Dsm_inter.h147 extern "C" struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
150 extern "C" struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
153 extern "C" struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
156 extern "C" struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
159 extern "C" void * sm_simu_crash_1(void *, CLIENT *);
162 extern "C" void * sm_notify_1(struct stat_chge *, CLIENT *);
167 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
170 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
173 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
176 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
[all...]
H A Dtest.c44 CLIENT *clnt;
59 CLIENT *clnt;
77 CLIENT *clnt;
92 CLIENT *clnt;
107 CLIENT *clnt;
122 CLIENT *clnt;
137 CLIENT *clnt;
153 CLIENT *clnt;
168 CLIENT *clnt;
183 CLIENT *cln
[all...]
/macosx-10.9.5/SecurityTokend-55107/mig/
H A Dmig.mk30 CLIENT = $(DERIVED_SRC)/tokendClient.cpp macro
31 SRCS = $(SERVER) $(CLIENT)
46 mig $(MIGFLAGS) -server $(SERVER) -user $(CLIENT) -header $(HEADER) $(DEFS)
/macosx-10.9.5/autofs-234/automountd/
H A Dmount.h191 extern "C" void * mountproc_null_1(void *, CLIENT *);
194 extern "C" fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
197 extern "C" mountlist * mountproc_dump_1(void *, CLIENT *);
200 extern "C" void * mountproc_umnt_1(dirpath *, CLIENT *);
203 extern "C" void * mountproc_umntall_1(void *, CLIENT *);
206 extern "C" exports * mountproc_export_1(void *, CLIENT *);
209 extern "C" exports * mountproc_exportall_1(void *, CLIENT *);
214 extern void * mountproc_null_1(void *, CLIENT *);
217 extern fhstatus * mountproc_mnt_1(dirpath *, CLIENT *);
220 extern mountlist * mountproc_dump_1(void *, CLIENT *);
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dadjtime.h57 #define CLIENT 1L macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dstaticopen.c65 UNKNOWN = 0, SERVER = 1, CLIENT = 2, AUXPROP = 3, CANONUSER = 4 enumerator in enum:__anon11609
75 type = CLIENT;
92 } else if (type == CLIENT) {
102 } else if (type == CLIENT) {
112 } else if (type == CLIENT) {
122 } else if (type == CLIENT) {
132 } else if (type == CLIENT) {
142 } else if (type == CLIENT) {
152 } else if (type == CLIENT) {
162 } else if (type == CLIENT) {
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/SOAP/Transport/HTTP/Daemon/
H A DForkAfterProcessing.pm13 CLIENT: label
19 if ($first && fork) { $first=0; $c->close; next CLIENT }
H A DForkOnAccept.pm14 CLIENT: label
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/SOAP/Transport/HTTP/Daemon/
H A DForkAfterProcessing.pm13 CLIENT: label
19 if ($first && fork) { $first=0; $c->close; next CLIENT }
H A DForkOnAccept.pm14 CLIENT: label
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/SOAP/Transport/HTTP/Daemon/
H A DForkAfterProcessing.pm13 CLIENT: label
19 if ($first && fork) { $first=0; $c->close; next CLIENT }
H A DForkOnAccept.pm14 CLIENT: label
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypv1.h169 extern "C" void * ypproc_null_1(void *, CLIENT *);
172 extern "C" bool_t * ypproc_domain_1(domainname *, CLIENT *);
175 extern "C" bool_t * ypproc_domain_nonack_1(domainname *, CLIENT *);
178 extern "C" ypresponse * ypproc_match_1(yprequest *, CLIENT *);
181 extern "C" ypresponse * ypproc_first_1(yprequest *, CLIENT *);
184 extern "C" ypresponse * ypproc_next_1(yprequest *, CLIENT *);
187 extern "C" ypresponse * ypproc_poll_1(yprequest *, CLIENT *);
190 extern "C" void * ypproc_push_1(yprequest *, CLIENT *);
193 extern "C" void * ypproc_pull_1(yprequest *, CLIENT *);
196 extern "C" void * ypproc_get_1(yprequest *, CLIENT *);
[all...]
H A Dyp.h434 extern "C" void * ypproc_null_2(void *, CLIENT *);
437 extern "C" bool_t * ypproc_domain_2(domainname *, CLIENT *);
440 extern "C" bool_t * ypproc_domain_nonack_2(domainname *, CLIENT *);
443 extern "C" ypresp_val * ypproc_match_2(ypreq_key *, CLIENT *);
446 extern "C" ypresp_key_val * ypproc_first_2(ypreq_nokey *, CLIENT *);
449 extern "C" ypresp_key_val * ypproc_next_2(ypreq_key *, CLIENT *);
452 extern "C" ypresp_xfr * ypproc_xfr_2(ypreq_xfr *, CLIENT *);
455 extern "C" void * ypproc_clear_2(void *, CLIENT *);
458 extern "C" ypresp_all * ypproc_all_2(ypreq_nokey *, CLIENT *);
461 extern "C" ypresp_master * ypproc_master_2(ypreq_nokey *, CLIENT *);
[all...]
/macosx-10.9.5/NFS-81/rpc.rquotad/
H A Drquota.h127 extern "C" getquota_rslt * rquotaproc_getquota_1(getquota_args *, CLIENT *);
130 extern "C" getquota_rslt * rquotaproc_getactivequota_1(getquota_args *, CLIENT *);
135 extern getquota_rslt * rquotaproc_getquota_1(getquota_args *, CLIENT *);
138 extern getquota_rslt * rquotaproc_getactivequota_1(getquota_args *, CLIENT *);
152 extern "C" getquota_rslt * rquotaproc_getquota_2(ext_getquota_args *, CLIENT *);
154 extern "C" getquota_rslt * rquotaproc_getactivequota_2(ext_getquota_args *, CLIENT *);
158 extern getquota_rslt * rquotaproc_getquota_2(ext_getquota_args *, CLIENT *);
160 extern getquota_rslt * rquotaproc_getactivequota_2(ext_getquota_args *, CLIENT *);
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dyppasswd.h99 extern "C" int * yppasswdproc_update_1(yppasswd *, CLIENT *);
104 extern int * yppasswdproc_update_1(yppasswd *, CLIENT *);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Ddict.c190 "CLIENT " LIBCURL_NAME " " LIBCURL_VERSION "\r\n"
241 "CLIENT " LIBCURL_NAME " " LIBCURL_VERSION "\r\n"
270 "CLIENT " LIBCURL_NAME " " LIBCURL_VERSION "\r\n"
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcncasgsm.c329 RPC_CN_DBG_RTN_PRINTF(CLIENT assoc_count_pred_macro);\
400 RPC_CN_DBG_RTN_PRINTF(CLIENT incr_assoc_count_action_rtn);
489 RPC_CN_DBG_RTN_PRINTF(CLIENT decr_assoc_count_action_rtn);
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c70 CLIENT *cl;
79 cl = (CLIENT *)dbenv->cl_handle;
104 CLIENT *cl;
113 cl = (CLIENT *)dbenv->cl_handle;
138 CLIENT *cl;
147 cl = (CLIENT *)dbenv->cl_handle;
177 CLIENT *cl;
186 cl = (CLIENT *)dbenv->cl_handle;
229 CLIENT *cl;
238 cl = (CLIENT *)dben
[all...]

Completed in 176 milliseconds

1234