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

/vbox/src/libs/zlib-1.2.6/
H A Dgzread.c54 unsigned got; local
63 state->size - strm->avail_in, &got) == -1)
65 strm->avail_in += got;
287 unsigned got, n; local
321 got = 0;
367 got += n;
372 return (int)got;
H A Dgzwrite.c74 int ret, got; local
84 got = write(state->fd, strm->next_in, strm->avail_in);
85 if (got < 0 || (unsigned)got != strm->avail_in) {
101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
102 (unsigned)got != have)) {
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c203 big_t got; /* value returned from count() */ local
218 got = num[index];
219 if (got)
220 return got; /* we have -- return the saved result */
237 got = count(syms - use, len + 1, (left - use) << 1);
238 sum += got;
239 if (got == -1 || sum < got) /* overflow */
459 big_t got; /* return value of count() */ local
533 got
[all...]
H A Dgzlog.c611 uint got, max; local
662 got = DICT - strm.avail_out;
663 if (got && write(log->fd, buf, got) != got) {
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c262 unsigned got; local
274 got = fread(in, 1, 1, gz->file);
275 if (got == 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c134 ResultFailed( char *what, char *how, PRInt64 expected, PRInt64 got) argument
139 PR_fprintf(output, "Expected: 0x%llx Got: 0x%llx\n", expected, got );
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c588 RD_BOOL got = False; local
600 got = True;
608 if (!got)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 75 milliseconds