OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_pair
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
avpair.c
522
int rc_avpair_parse (char *buffer, VALUE_PAIR **
first_pair
)
551
if (*
first_pair
) {
552
rc_avpair_free(*
first_pair
);
553
*
first_pair
= (VALUE_PAIR *) NULL;
569
if (*
first_pair
) {
570
rc_avpair_free(*
first_pair
);
571
*
first_pair
= (VALUE_PAIR *) NULL;
585
if (*
first_pair
) {
586
rc_avpair_free(*
first_pair
);
587
*
first_pair
= (VALUE_PAIR *) NULL
[
all
...]
/external/linux-tools-perf/
builtin-test.c
123
struct symbol *pair, *
first_pair
;
local
131
first_pair
= machine__find_kernel_symbol(&kallsyms, type, sym->start, NULL, NULL);
132
pair =
first_pair
;
168
pair =
first_pair
;
Completed in 218 milliseconds