OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pComment
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h
93
char*
pComment
;
101
char*
pComment
;
/external/opencv/cvaux/include/
cvvidsurv.hpp
66
char*
pComment
;
115
if(p->
pComment
)free(p->
pComment
);
184
void CommentParam(const char* name, const char*
pComment
)
187
if(p)p->
pComment
=
pComment
? strdup(
pComment
) : 0;
223
if(p && p->
pComment
) return p->
pComment
;
[
all
...]
Completed in 497 milliseconds