Searched refs:paramHolder (Results 1 – 2 of 2) sorted by relevance
97 INIT_LOCAL_API const char *GetProperty(const char *key, const char **paramHolder) in GetProperty() argument99 BEGET_CHECK(paramHolder != NULL, return NULL); in GetProperty()100 if (*paramHolder != NULL) { in GetProperty()101 return *paramHolder; in GetProperty()116 *paramHolder = res; in GetProperty()118 return *paramHolder; in GetProperty()
35 INIT_LOCAL_API const char *GetProperty(const char *key, const char **paramHolder);