Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h883 #ifndef SOAP_LABLEN
884 # define SOAP_LABLEN (256) /* initial look-aside buffer length */ macro
H A Dstdsoap2.cpp9731 soap->lablen = SOAP_LABLEN; in soap_append_lab()
9969 if (tp->size < SOAP_LABLEN) in soap_peek_element()
9970 tp->size = SOAP_LABLEN; in soap_peek_element()