OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prop_string_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/include/prop/
prop_string.h
37
typedef struct _prop_string *
prop_string_t
;
typedef in typeref:struct:_prop_string *
40
prop_string_t
prop_string_create_format(const char *, ...) __printflike(1, 2);
41
prop_string_t
prop_string_create_copy(const char *);
42
prop_string_t
prop_string_create_nocopy(const char *);
44
prop_string_t
prop_string_copy(
prop_string_t
);
45
bool prop_string_copy_value(
prop_string_t
, void *, size_t);
47
size_t prop_string_size(
prop_string_t
);
48
const char * prop_string_value(
prop_string_t
);
50
bool prop_string_equals(
prop_string_t
, prop_string_t)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025