Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c441 SLPError SLPEscape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPEscape() argument
465 if (isTag && isBadTagChar(*pin)) in SLPEscape()
469 if (isTag) in SLPEscape()
483 SLPError SLPUnescape(const char *pcInbuf, char **ppcOutBuf, SLPBoolean isTag) { in SLPUnescape() argument
487 return (slp_unescape(pcInbuf, ppcOutBuf, isTag, '\\')); in SLPUnescape()
495 SLPBoolean isTag, const char esc_char) { in slp_unescape() argument
523 if (isTag && isBadTagChar(*pout)) in slp_unescape()
H A Dslp.h301 SLPBoolean isTag /* if true, check for bad tag chars */
312 SLPBoolean isTag /* if true, check for bad tag chars */