OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENT
(Results
1 - 10
of
10
) sorted by null
/external/dbus/test/data/auth/
client-out-of-mechanisms.auth-script
1
## this tests that tests that the
client
disconnects when it's out of
4
CLIENT
invalid-command-client.auth-script
2
## by a
client
4
CLIENT
fallback.auth-script
1
## this tests that a
client
can fallback to a secondary auth mech
3
CLIENT
/hardware/msm7k/librpc/rpc/
clnt.h
31
* clnt.h -
Client
side remote procedure call interface.
99
struct
CLIENT
;
100
typedef struct
CLIENT
CLIENT
;
101
/*
client
call callback.
107
CLIENT
* clnt,
115
CLIENT
* clnt,
125
RPCGEN support routine. This routine is called by
client
routines generated
152
CLIENT
*h,
165
RPCGEN support routine. This routine is called by
client
routines generate
[
all
...]
/external/netcat/scripts/
webproxy
5
## at the browser
client
machine you'll be coming from [to limit access to
7
## machine running this. Takes a single argument of the
client
that will
40
# prelaunch check: if no current
client
and no args, bail.
41
case "${1}${
CLIENT
}" in
43
echo needs
client
hostname
54
nc -w 600 -n -l -p $PORT -e "$0" $XNC "$
CLIENT
" < /dev/null > /dev/null \
59
# no
client
yet and had an arg, this checking can be much slower now
72
# correct launch: set up
client
access control, passed along thru environment.
73
CLIENT
="$1"
74
export
CLIENT
[
all
...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/
loc_api_clnt.c
30
rpc_loc_api_null_0x00010001(void *argp, void *clnt_res,
CLIENT
*clnt)
39
rpc_loc_api_rpc_glue_code_info_remote_0x00010001(void *argp, rpc_loc_api_rpc_glue_code_info_remote_rets *clnt_res,
CLIENT
*clnt)
48
rpc_loc_open_0x00010001(rpc_loc_open_args *argp, rpc_loc_open_rets *clnt_res,
CLIENT
*clnt)
57
rpc_loc_close_0x00010001(rpc_loc_close_args *argp, rpc_loc_close_rets *clnt_res,
CLIENT
*clnt)
66
rpc_loc_start_fix_0x00010001(rpc_loc_start_fix_args *argp, rpc_loc_start_fix_rets *clnt_res,
CLIENT
*clnt)
75
rpc_loc_stop_fix_0x00010001(rpc_loc_stop_fix_args *argp, rpc_loc_stop_fix_rets *clnt_res,
CLIENT
*clnt)
84
rpc_loc_ioctl_0x00010001(rpc_loc_ioctl_args *argp, rpc_loc_ioctl_rets *clnt_res,
CLIENT
*clnt)
93
rpc_loc_api_api_versions_0x00010001(void *argp, rpc_loc_api_api_versions_rets *clnt_res,
CLIENT
*clnt)
/hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
loc_api.h
119
extern enum clnt_stat rpc_loc_api_null_0x00010001(void *, void *,
CLIENT
*);
122
extern enum clnt_stat rpc_loc_api_rpc_glue_code_info_remote_0x00010001(void *, rpc_loc_api_rpc_glue_code_info_remote_rets *,
CLIENT
*);
125
extern enum clnt_stat rpc_loc_open_0x00010001(rpc_loc_open_args *, rpc_loc_open_rets *,
CLIENT
*);
128
extern enum clnt_stat rpc_loc_close_0x00010001(rpc_loc_close_args *, rpc_loc_close_rets *,
CLIENT
*);
131
extern enum clnt_stat rpc_loc_start_fix_0x00010001(rpc_loc_start_fix_args *, rpc_loc_start_fix_rets *,
CLIENT
*);
134
extern enum clnt_stat rpc_loc_stop_fix_0x00010001(rpc_loc_stop_fix_args *, rpc_loc_stop_fix_rets *,
CLIENT
*);
137
extern enum clnt_stat rpc_loc_ioctl_0x00010001(rpc_loc_ioctl_args *, rpc_loc_ioctl_rets *,
CLIENT
*);
140
extern enum clnt_stat rpc_loc_api_api_versions_0x00010001(void *, rpc_loc_api_api_versions_rets *,
CLIENT
*);
loc_api_cb.h
54
extern enum clnt_stat rpc_loc_event_cb_f_type_0x00010001(rpc_loc_event_cb_f_type_args *, rpc_loc_event_cb_f_type_rets *,
CLIENT
*);
/hardware/msm7k/librpc/
clnt.c
27
struct
CLIENT
{
29
struct
CLIENT
*next;
33
/* We insist that there is only one outstanding call for a
client
at any
35
supporting multiple outstanding RPCs on a
client
, we will have to
71
static volatile struct
CLIENT
*clients;
73
/* There's one of these for each RPC
client
which has received an RPC call. */
76
CLIENT
*
client
= (
CLIENT
*)__u;
local
78
(
client
->xdr->x_prog | 0x01000000)
201
CLIENT *
client
= (CLIENT *)
client
s;
local
538
CLIENT *
client
= calloc(1, sizeof(CLIENT));
local
[
all
...]
/hardware/qcom/gps/loc_api/libloc_api-rpc/src/
loc_api_rpc_glue.c
77
CLIENT
* loc_api_clnt = NULL;
81
loc_event_cb_f_type *loc_api_saved_cb = NULL; /* the only callback of Loc API
client
*/
151
Initiates the RPC
client
163
LOGD("Trying to create RPC
client
...\n");
169
fprintf(stderr, "Error: cannot create RPC
client
.\n");
Completed in 104 milliseconds