Searched defs:whole (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiZipLoader.cpp56 char *whole = new char[flen]; local
57 if (!whole)
79 if(NS_FAILED(stream->Read(whole+totalRead, avail, &read)))
90 if(!(state = XPT_NewXDRState(XPT_DECODE, whole, flen)))
109 if(whole)
110 delete [] whole;
H A DxptiManifest.cpp294 char* whole = nsnull; local
317 whole = new char[flen];
318 if (!whole)
326 if(flen > PR_Read(fd, whole, flen))
337 delete [] whole;
342 return whole;
384 char* whole = nsnull; local
402 whole = ReadManifestIntoMemory(aMgr, &flen);
403 if(!whole)
406 reader.Init(whole, fle
[all...]
H A DxptiInterfaceInfoManager.cpp374 char *whole = nsnull; local
391 whole = new char[flen];
392 if (!whole)
405 if(flen > PR_Read(fd, whole, flen))
410 if(!(state = XPT_NewXDRState(XPT_DECODE, whole, flen)))
431 if(whole)
432 delete [] whole;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/
H A DPrimitiveTest.c98 char *header, *data, *whole; local
131 whole = malloc(dlen + hlen);
132 if (!whole) {
138 memcpy(whole, header, hlen);
139 memcpy(whole + hlen, data, dlen);
142 TRY("NewState (DECODE)", (state = XPT_NewXDRState(XPT_DECODE, whole,
154 free(whole);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c176 char *whole; local
218 whole = XPT_MALLOC(arena, flen);
219 if (!whole) {
220 perror("FAILED: XPT_MALLOC for whole");
225 size_t rv = fread(whole, 1, flen, in);
233 state = XPT_NewXDRState(XPT_DECODE, whole, flen);
258 XPT_FREE(arena, whole);
H A Dxpt_link.c138 char *head, *data, *whole; local
220 whole = XPT_MALLOC(arena, flen);
221 if (!whole) {
222 perror("FAILED: XPT_MALLOC for whole");
227 size_t rv = fread(whole, 1, flen, in);
237 state = XPT_NewXDRState(XPT_DECODE, whole, flen);
339 XPT_FREE(arena, whole);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c308 static int cpuinfo (int whole, unsigned long *kernel, unsigned long *user);
2745 with whole-page arguments. And if MORECORE is contiguous and
2825 * Almost all systems internally allocate whole pages at a time, in
2826 which case we might as well use the whole last page of request.
4979 static int cpuinfo (int whole, unsigned long *kernel, unsigned long *user) {
4980 if (whole) {
4960 cpuinfo(int whole, unsigned long *kernel, unsigned long *user) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 58 milliseconds