OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_pathname_callback
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil/
op_file.h
62
* of
get_pathname_callback
.
64
typedef void (*
get_pathname_callback
)(char const * pathname, void * name_list);
typedef
75
* @param
get_pathname_callback
client-provided callback function
80
*
get_pathname_callback
to add entry to name_list to be returned.
83
* else call
get_pathname_callback
to add entry to name_list to be
87
* the filter, call
get_pathname_callback
to add entry to name_list to
95
* NOTE: For C clients: Your implementation of the
get_pathname_callback
100
int get_matching_pathnames(void * name_list,
get_pathname_callback
,
op_file.c
115
int get_matching_pathnames(void * name_list,
get_pathname_callback
getpathname,
Completed in 63 milliseconds