Searched refs:isTag (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 466 if (isTag && isBadTagChar(*pin)) in SLPEscape() 470 if (isTag) in SLPEscape() 484 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPUnescape() argument 488 return (slp_unescape(pcInbuf, ppcOutBuf, isTag, '\\')); in SLPUnescape() 496 SLPBoolean isTag, const char esc_char) { in slp_unescape() argument 524 if (isTag && isBadTagChar(*pout)) in slp_unescape()
|
H A D | slp.h | 303 SLPBoolean isTag /* if true, check for bad tag chars */ 314 SLPBoolean isTag /* if true, check for bad tag chars */
|
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);
|