OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:group_list
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/src/
sdpd-service.c
180
sdp_list_t *class_list, *
group_list
, *profile_list;
local
203
group_list
= sdp_list_append(NULL, &group_uuid);
204
sdp_set_browse_groups(record,
group_list
);
205
sdp_list_free(
group_list
, NULL);
/external/bluetooth/bluez/serial/
proxy.c
1163
char **
group_list
;
local
1175
group_list
= g_key_file_get_groups(config, NULL);
1177
for (i = 0;
group_list
[i] != NULL; i++) {
1178
char *group_str =
group_list
[i], *uuid_str, *address;
1192
g_strfreev(
group_list
);
1203
g_strfreev(
group_list
);
1225
g_strfreev(
group_list
);
/external/valgrind/main/exp-ptrcheck/
h_main.c
335
static SegGroup*
group_list
= NULL;
variable
352
if (
group_list
== NULL) {
355
group_list
= g;
357
tl_assert(
group_list
->nextfree <= N_SEGS_PER_GROUP);
358
if (
group_list
->nextfree == N_SEGS_PER_GROUP) {
360
g->admin =
group_list
;
361
group_list
= g;
363
tl_assert(
group_list
->nextfree < N_SEGS_PER_GROUP);
364
teg = &
group_list
->segs[
group_list
->nextfree ]
[
all
...]
Completed in 86 milliseconds