-/* $OpenBSD: ber.c,v 1.13 2018/07/13 08:30:10 rob Exp $ */
+/* $OpenBSD: ber.c,v 1.14 2018/07/13 08:50:38 rob Exp $ */
/*
* Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
}
/*
- * write ber elements to the socket
+ * write ber elements to the write buffer
*
* params:
- * ber holds the socket
+ * ber holds the destination write buffer byte stream
* root fully populated element tree
*
* returns:
}
/*
- * read ber elements from the socket
+ * read ber elements from the read buffer
*
* params:
- * ber holds the socket and lot more
+ * ber holds a fully populated read buffer byte stream
* root if NULL, build up an element tree from what we receive on
* the wire. If not null, use the specified encoding for the
* elements received.
-/* $OpenBSD: ber.c,v 1.23 2018/07/13 08:30:10 rob Exp $ */
+/* $OpenBSD: ber.c,v 1.24 2018/07/13 08:50:38 rob Exp $ */
/*
* Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
}
/*
- * write ber elements to the socket
+ * write ber elements to the write buffer
*
* params:
- * ber holds the socket
+ * ber holds the destination write buffer byte stream
* root fully populated element tree
*
* returns:
}
/*
- * read ber elements from the socket
+ * read ber elements from the read buffer
*
* params:
- * ber holds the socket and lot more
+ * ber holds a fully populated read buffer byte stream
* root if NULL, build up an element tree from what we receive on
* the wire. If not null, use the specified encoding for the
* elements received.
-/* $OpenBSD: ber.c,v 1.42 2018/07/13 08:30:10 rob Exp $ */
+/* $OpenBSD: ber.c,v 1.43 2018/07/13 08:50:38 rob Exp $ */
/*
* Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
}
/*
- * write ber elements to the socket
+ * write ber elements to the write buffer
*
* params:
- * ber holds the socket
+ * ber holds the destination write buffer byte stream
* root fully populated element tree
*
* returns:
}
/*
- * read ber elements from the socket
+ * read ber elements from the read buffer
*
* params:
- * ber holds the socket and lot more
+ * ber holds a fully populated read buffer byte stream
* root if NULL, build up an element tree from what we receive on
* the wire. If not null, use the specified encoding for the
* elements received.
-/* $OpenBSD: ber.c,v 1.25 2018/07/13 08:30:10 rob Exp $ */
+/* $OpenBSD: ber.c,v 1.26 2018/07/13 08:50:38 rob Exp $ */
/*
* Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
}
/*
- * write ber elements to the socket
+ * write ber elements to the write buffer
*
* params:
- * ber holds the socket
+ * ber holds the destination write buffer byte stream
* root fully populated element tree
*
* returns:
}
/*
- * read ber elements from the socket
+ * read ber elements from the read buffer
*
* params:
- * ber holds the socket and lot more
+ * ber holds a fully populated read buffer byte stream
* root if NULL, build up an element tree from what we receive on
* the wire. If not null, use the specified encoding for the
* elements received.