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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerror.c63 PR_IMPLEMENT(void) PR_SetErrorText(PRIntn textLength, const char *text) argument
67 if (0 == textLength)
75 PRIntn size = textLength + 31; /* actual length to allocate. Plus a little extra */
76 if (thread->errorStringSize < textLength+1) /* do we have room? */
88 memcpy(thread->errorString, text, textLength+1 );
90 thread->errorStringLength = textLength;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcbase.h72 static void SetErrorText(PRSize textLength, const char *text);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddlltest.c100 PRInt32 textLength = PR_GetErrorTextLength(); local
101 char *text = (char*)PR_MALLOC(textLength);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprerror.h82 PRIntn textLength, const char *text);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.cpp460 Size textLength;
515 textLength = GetHandleSize(dataHand);
516 if (textLength > sizeof(prefsData.outfile) - 1)
517 textLength = sizeof(prefsData.outfile) - 1;
518 BlockMoveData(*dataHand, prefsData.outfile+1, textLength);
519 prefsData.outfile[0] = textLength;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite.idl1108 UINT32 textLength,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 2630 milliseconds