Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/clib/
H A DSLPUtils.c442 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPEscape() argument
445 if (!pcInbuf || !ppcOutBuf) in SLPEscape()
452 *ppcOutBuf = buf; in SLPEscape()
484 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPUnescape() argument
485 if (!pcInbuf || !ppcOutBuf) in SLPUnescape()
488 return (slp_unescape(pcInbuf, ppcOutBuf, isTag, '\\')); in SLPUnescape()
495 static SLPError slp_unescape(const char *pcInbuf, char **ppcOutBuf, in slp_unescape() argument
503 *ppcOutBuf = buf; in slp_unescape()
H A Dllib-lslp68 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag);
70 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag);
H A Dslp.h302 char **ppcOutBuf, /* pointer to result */