/external/ppp/pppd/plugins/radius/ |
avpair.c | 22 VALUE_PAIR **vp); 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len, 37 VALUE_PAIR *vp; 41 if (vp != (VALUE_PAIR *) NULL) 43 rc_avpair_insert (list, (VALUE_PAIR *) NULL, vp); 60 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len) 110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode) 112 VALUE_PAIR *vp = (VALUE_PAIR *) NULL [all...] |
radiusclient.h | 323 typedef struct value_pair struct 331 struct value_pair *next; 332 } VALUE_PAIR; 352 VALUE_PAIR *send_pairs; /* More a/v pairs to send */ 353 VALUE_PAIR *receive_pairs; /* Where to place received a/v pairs */ 385 VALUE_PAIR *rc_avpair_add __P((VALUE_PAIR **, int, void *, int, int)); 386 int rc_avpair_assign __P((VALUE_PAIR *, void *, int)); 387 VALUE_PAIR *rc_avpair_new __P((int, void *, int, int)); 388 VALUE_PAIR *rc_avpair_gen __P((AUTH_HDR *)) [all...] |
radattr.c | 24 extern void (*radius_attributes_hook)(VALUE_PAIR *); 25 static void print_attributes(VALUE_PAIR *); 67 print_attributes(VALUE_PAIR *vp)
|
buildreq.c | 24 int rc_get_nas_id(VALUE_PAIR **sendpairs) 162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, 188 VALUE_PAIR *send, 189 VALUE_PAIR **received, 247 int rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) 291 VALUE_PAIR *send) 294 VALUE_PAIR *adt_vp; 360 int rc_acct(UINT4 client_port, VALUE_PAIR *send [all...] |
radius.c | 84 static int radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, 94 static int radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, 96 static int radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info); 124 VALUE_PAIR *avp; /* Additional (user supplied) vp's to send to server */ 127 void (*radius_attributes_hook)(VALUE_PAIR *) = NULL; 248 VALUE_PAIR *send, *received; 337 VALUE_PAIR *send, *received; 542 radius_setparams(VALUE_PAIR *vp, char *msg, REQUEST_INFO *req_info, 729 radius_setmppekeys(VALUE_PAIR *vp, REQUEST_INFO *req_info, 783 radius_setmppekeys2(VALUE_PAIR *vp, REQUEST_INFO *req_info [all...] |
sendserver.c | 33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) 44 while (vp != (VALUE_PAIR *) NULL) 214 VALUE_PAIR *vp;
|
/external/fio/ |
parse.h | 27 struct value_pair { struct 63 struct value_pair posval[PARSE_MAX_VP];/* possible values */
|
parse.c | 25 const struct value_pair *vp1 = p1; 26 const struct value_pair *vp2 = p2; 31 static void posval_sort(struct fio_option *o, struct value_pair *vpmap) 33 const struct value_pair *vp; 36 memset(vpmap, 0, PARSE_MAX_VP * sizeof(struct value_pair)); 46 qsort(vpmap, entries, sizeof(struct value_pair), vp_cmp); 76 const struct value_pair *vp = &o->posval[i]; 394 static int str_match_len(const struct value_pair *vp, const char *str) 418 const struct value_pair *vp; 419 struct value_pair posval[PARSE_MAX_VP] [all...] |
goptions.c | 314 struct value_pair *vp; 334 struct value_pair *vp; 359 struct value_pair *vp; 379 struct value_pair *vp; 424 struct value_pair *vp; 1207 struct value_pair *vp; [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
ProcessGDBRemote.cpp | 430 std::pair<llvm::StringRef, llvm::StringRef> value_pair; 431 value_pair.second = value; 434 value_pair = value_pair.second.split(','); 435 if (!value_pair.first.empty()) 437 uint32_t reg = Args::StringToUInt32 (value_pair.first.str().c_str(), LLDB_INVALID_REGNUM, 16); 441 } while (!value_pair.second.empty()); 445 std::pair<llvm::StringRef, llvm::StringRef> value_pair; 446 value_pair.second = value; 449 value_pair = value_pair.second.split(',') [all...] |
/external/lldb/source/Interpreter/ |
CommandInterpreter.cpp | 1026 OptionArgValue value_pair = cur_option.second; local 1320 OptionArgValue value_pair = option_pair.second; local 2286 OptionArgValue value_pair = option_pair.second; local [all...] |