Searched defs:textLength (Results 1 - 3 of 3) 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/tests/
H A Ddlltest.c100 PRInt32 textLength = PR_GetErrorTextLength(); local
101 char *text = (char*)PR_MALLOC(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 1486 milliseconds