Searched refs:ppcOutBuf (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 442 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 D | llib-lslp | 68 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag); 70 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag);
|
H A D | slp.h | 302 char **ppcOutBuf, /* pointer to result */
|