/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | bind.c | 2 Implement the bind API. 21 The bind routine connects a name (network address) to a socket on the local machine. 24 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html">POSIX</a> 41 @return The bind routine returns zero (0) if successful and -1 upon failure. 46 bind ( function
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-api.jar | ... -INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ javax/xml/bind/annotation/adapters/ javax ... |
H A D | jaxb-impl.jar | ... MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ com/sun/xml/bind/annotation/ com/sun/xml/bind/api ... |
H A D | http.jar | ... int) throws java.io.IOException public abstract void bind (java.net.InetSocketAddress, int) throws java.io ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | sockets.h | 250 #define bind(a,b,c) lwip_bind(a,b,c) macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | sockets.h | 402 #define bind(a,b,c) lwip_bind(a,b,c) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 282 /* bind fails if size is not 108. */ 476 PRBindFN bind; /* Associate a (net) address with the fd */ member in struct:PRIOMethods
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxFBOverlay.h | 314 void bind() {glBindTexture(texTarget(), mTexture);} function in class:VBoxVHWATexture 564 bind(pDst); 585 virtual void bind(VBoxVHWATextureImage * pPrimary); 1597 void bind() function in class:VBoxVHWARefCounter::VBoxVHWAFBO 1645 mFBO.bind(); 1667 mFBO.bind();
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlschemas.c | 4520 xmlSchemaPSVIIDCBindingPtr bind) 4532 if (bind == NULL) 4537 bind->definition), bind->nbNodes); 4539 for (i = 0; i < bind->nbNodes; i++) { 4540 tab = bind->nodeTable[i]; 4542 for (j = 0; j < bind->definition->nbFields; j++) { 4559 if (bind->dupls && bind->dupls->nbItems) { 4560 fprintf(output, "IDC: dupls (%d):\n", bind 4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument 22043 xmlSchemaIDCAppendNodeTableItem(xmlSchemaPSVIIDCBindingPtr bind, xmlSchemaPSVIIDCNodePtr ntItem) argument 22095 xmlSchemaPSVIIDCBindingPtr bind = NULL; local 22143 xmlSchemaIDCFreeBinding(xmlSchemaPSVIIDCBindingPtr bind) argument 22159 xmlSchemaIDCFreeIDCTable(xmlSchemaPSVIIDCBindingPtr bind) argument 23193 xmlSchemaPSVIIDCBindingPtr bind; local 23388 xmlSchemaPSVIIDCBindingPtr bind; /* IDC bindings of the current node. */ local 23682 xmlSchemaPSVIIDCBindingPtr bind; local [all...] |