Home
last modified time | relevance | path

Searched refs:slp_unescape (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libslp/clib/
H A DSLPUtils.c59 static SLPError slp_unescape(const char *, char **, SLPBoolean, const char);
128 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%')) in SLPFindScopes()
488 return (slp_unescape(pcInbuf, ppcOutBuf, isTag, '\\')); in SLPUnescape()
495 static SLPError slp_unescape(const char *pcInbuf, char **ppcOutBuf, in slp_unescape() function