Searched refs:pcName (Results 1 – 3 of 3) sorted by relevance
558 void SLPSetProperty(const char *pcName, const char *pcValue) { in SLPSetProperty() argument563 if (!pcName || !pcValue) { in SLPSetProperty()573 if (!(pe->key = strdup(pcName))) { in SLPSetProperty()599 const char *SLPGetProperty(const char *pcName) { in SLPGetProperty() argument604 if (!pcName) { in SLPGetProperty()608 pe->key = pcName; in SLPGetProperty()
323 const char *pcName /* property name */332 const char *pcName, /* property name */
72 void SLPSetProperty(const char *pcName, const char *pcValue);74 const char *SLPGetProperty(const char *pcName);