OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ares_datatype
(Results
1 - 2
of
2
) sorted by null
/external/c-ares/
ares_data.h
30
}
ares_datatype
;
typedef in typeref:enum:__anon7341
53
ares_datatype
type; /* Actual data type identifier. */
63
void *ares_malloc_data(
ares_datatype
type);
65
ares_datatype
ares_get_datatype(void * dataptr);
ares_data.c
107
** for the specified
ares_datatype
, initializes c-ares private fields
114
void *ares_malloc_data(
ares_datatype
type)
166
** This function returns the
ares_datatype
of the data stored in a
170
ares_datatype
ares_get_datatype(void * dataptr)
Completed in 97 milliseconds