Lines Matching refs:appendAscii
41 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( PROPFIND_HEADER )); in generatePROPFINDRequestBody()
49 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<prop>" ) ); in generatePROPFINDRequestBody()
58 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<" )); in generatePROPFINDRequestBody()
59 aBuffer.appendAscii( thePropName.name ); in generatePROPFINDRequestBody()
60 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " xmlnx=\"" )); in generatePROPFINDRequestBody()
61 aBuffer.appendAscii( thePropName.nspace ); in generatePROPFINDRequestBody()
62 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "\"/>" )); in generatePROPFINDRequestBody()
65 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "</prop>" )); in generatePROPFINDRequestBody()
71 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<propname/>" )); in generatePROPFINDRequestBody()
75 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "<allprop/>" )); in generatePROPFINDRequestBody()
79 aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( PROPFIND_TRAILER )); in generatePROPFINDRequestBody()