Searched refs:STREAM_START (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h69 #define STREAM_START "<?xml version='1.0'?><stream:stream " \ macro
H A Dldom_xmpp_client.c364 cnt = iowrite(&conn, (char *)STREAM_START,
365 strlen((char *)STREAM_START));
366 if (cnt != strlen((char *)STREAM_START)) {
702 (void) iowrite(conn, STREAM_START, strlen(STREAM_START));

Completed in 21 milliseconds