Searched refs:blen (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c1275 int blen, ret; local
1313 blen = strlen(ctxt->hostname) * 2 + 16;
1317 blen = strlen(ctxt->hostname);
1330 blen += 36;
1333 blen += strlen(headers) + 2;
1336 blen += strlen(*contentType) + 16;
1339 blen += strlen(ctxt->query) + 1;
1340 blen += strlen(method) + strlen(ctxt->path) + 24;
1343 blen += 23;
1348 blen
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfvwrite.c130 size_t blen = fp->_p - fp->_bf._base; local
138 } while (_size < (int)(blen + len));
146 fp->_p = _base + blen;
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp192 int bl = blen();
242 required = blen();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddix.h174 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddix.h209 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddix.h187 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddix.h185 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddix.h185 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddix.h180 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddix.h181 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddix.h181 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddix.h181 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddix.h181 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddix.h174 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddix.h174 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddix.h174 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddix.h179 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddix.h376 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddix.h390 int blen);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddix.h390 int blen);
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp237 if ((count=PR_Read(_fd,(void *)base(),blen())) <= 0)

Completed in 85 milliseconds