Searched refs:getBuffer (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIObjectInputStream.idl66 [notxpcom] charPtr getBuffer(in PRUint32 aLength, in PRUint32 aAlignMask);
H A DnsIObjectOutputStream.idl90 [notxpcom] charPtr getBuffer(in PRUint32 aLength, in PRUint32 aAlignMask);
H A DnsIStreamBufferAccess.idl56 * Exactly one successful getBuffer call must occur before a putBuffer call
57 * taking the non-null pointer returned by the successful getBuffer.
81 [notxpcom] charPtr getBuffer(in PRUint32 aLength, in PRUint32 aAlignMask);
85 * buffer, flushing if completing an output buffer. After a getBuffer call
89 * A non-null pointer returned by getBuffer on the same stream buffer
93 * The same count of contiguous bytes passed to the getBuffer call that
/vbox/include/VBox/
H A Dhgcmsvc.h162 int getBuffer (void **ppv, uint32_t *pcb) function in struct:VBOXHGCMSVCPARM
183 int getBuffer (const void **ppcv, uint32_t *pcb) function in struct:VBOXHGCMSVCPARM
188 int rc = getBuffer(&pcv, pcb);
198 int rc = getBuffer((void **)&pch, &cb);
253 * and getBuffer APIs.
294 * getPointer and getBuffer as well. */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstax-ex.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/staxex/ org/jvnet/staxex/Base64Data ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp578 || RT_FAILURE(paParms[1].getBuffer((void **)&pchBuf, &cbBuf)) /* buffer */
898 || RT_FAILURE(paParms[1].getBuffer((void **)&pchBuf, &cbBuf)) /* return buffer */
991 int rc = paParms[2].getBuffer((void **)&pchBuf, &cbBuf);
1047 || RT_FAILURE(paParms[2].getBuffer((void **)&pchBuf, &cbBuf)) /* return buffer */

Completed in 2003 milliseconds