Searched defs:bind (Results 1 – 2 of 2) sorted by relevance
751 bind(address: NetAddress, callback: AsyncCallback<void>): void; method774 bind(address: NetAddress): Promise<void>; method1439 bind(address: LocalAddress): Promise<void>; method2337 bind(address: NetAddress, callback: AsyncCallback<void>): void; method2360 bind(address: NetAddress): Promise<void>; method2838 bind(address: NetAddress, callback: AsyncCallback<void>): void; method2865 bind(address: NetAddress): Promise<void>; method
490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument