From commits-return-56698-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Tue Dec 09 15:05:15 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68240 invoked from network); 9 Dec 2008 15:05:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 15:05:15 -0000 Received: (qmail 49168 invoked by uid 500); 9 Dec 2008 15:05:26 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 49152 invoked by uid 500); 9 Dec 2008 15:05:26 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 49107 invoked by uid 99); 9 Dec 2008 15:05:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 07:05:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 15:03:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A0C823898A9; Tue, 9 Dec 2008 07:04:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r724734 [27/46] - in /harmony/standard/site: docs/externals/kernel_doc/ docs/externals/kernel_doc/html/ docs/externals/vm_doc/ docs/externals/vm_doc/html/ docs/subcomponents/classlibrary/ xdocs/subcomponents/classlibrary/ Date: Tue, 09 Dec 2008 15:03:51 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081209150401.1A0C823898A9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: harmony/standard/site/docs/externals/vm_doc/doxy_tag URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/externals/vm_doc/doxy_tag?rev=724734&view=auto ============================================================================== --- harmony/standard/site/docs/externals/vm_doc/doxy_tag (added) +++ harmony/standard/site/docs/externals/vm_doc/doxy_tag Tue Dec 9 07:03:45 2008 @@ -0,0 +1,7622 @@ + + + + index + + index + + + archiveglob.c + c:/Harmony/modules/archive/src/main/native/archive/shared/ + archiveglob_8c + vmi.h + + JNIEXPORT jint JNICALL + JNI_OnLoad + archiveglob_8c.html + ac0498b58a4bbbf42588d30433b4f8ea + (JavaVM *vm, void *reserved) + + + JNIEXPORT void JNICALL + JNI_OnUnload + archiveglob_8c.html + 76bec78623b178fd9e8c142c457d1ac8 + (JavaVM *vm, void *reserved) + + + + zcpool.c + c:/Harmony/modules/archive/src/main/native/zip/shared/ + zcpool_8c + hyport.h + hypool.h + + BOOLEAN + zipCachePool_addCache + zcpool_8c.html + 790f4efdaedaa865f1f2647109f9c421 + (HyZipCachePool *zcp, HyZipCache *zipCache) + + + BOOLEAN + zipCachePool_addRef + zcpool_8c.html + 7f40e3aba4a18de0a7b97856725b1a6f + (HyZipCachePool *zcp, HyZipCache *zipCache) + + + HyZipCache * + zipCachePool_findCache + zcpool_8c.html + 5a4233fe06d35ef1ca988ef5066b54ba + (HyZipCachePool *zcp, char const *zipFileName, IDATA zipFileNameLength, IDATA zipFileSize, I_64 zipTimeStamp) + + + void + zipCachePool_kill + zcpool_8c.html + 28c35076d3c5a0db7475ce8aabaf3513 + (HyZipCachePool *zcp) + + + HyZipCachePool * + zipCachePool_new + zcpool_8c.html + ba92c4cd20bc19bf5ff1875964236b26 + (HyPortLibrary *portLib) + + + BOOLEAN + zipCachePool_release + zcpool_8c.html + d80f438ba601de6ad8b579769ec758b3 + (HyZipCachePool *zcp, HyZipCache *zipCache) + + + + zipcache.c + c:/Harmony/modules/archive/src/main/native/zip/shared/ + zipcache_8c + hyport.h + hypool.h + + HyZipCache * + zipCache_new + zipcache_8c.html + 2c5f0b8e248c138f96c7cb112d07e05b + (HyPortLibrary *portLib, char *zipName, IDATA zipNameLength) + + + BOOLEAN + zipCache_addElement + zipcache_8c.html + 3946726d713332aa8246ffb8a5fd0a56 + (HyZipCache *zipCache, char *elementName, UDATA elementOffset) + + + UDATA + zipCache_findElement + zipcache_8c.html + 21d1491a6145f8088f5681fd05852081 + (HyZipCache *zipCache, const char *elementName, BOOLEAN searchDirList) + + + void + zipCache_kill + zipcache_8c.html + 421efde63a2e463179acc2f98f626401 + (HyZipCache *zipCache) + + + IDATA + zipCache_enumNew + zipcache_8c.html + 5c3e4c39b92c5de3dd74a88250a7b10b + (HyZipCache *zipCache, char *directoryName, void **handle) + + + IDATA + zipCache_enumElement + zipcache_8c.html + 510ef9b9b2ceee1298e238bf52fbc5ab + (void *handle, char *nameBuf, UDATA nameBufSize, UDATA *offset) + + + IDATA + zipCache_enumGetDirName + zipcache_8c.html + d5b0e91a395240e1c8cc6e6489c48efb + (void *handle, char *nameBuf, UDATA nameBufSize) + + + void + zipCache_enumKill + zipcache_8c.html + 40a2ce2010ed19797f531c615aca299c + (void *handle) + + + + zipsup.c + c:/Harmony/modules/archive/src/main/native/zip/shared/ + zipsup_8c + hyport.h + + I_32 + zip_getZipEntryData + zipsup_8c.html + 8f786e6aeeef2187097de0d018199541 + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *entry, U_8 *buffer, U_32 bufferSize) + + + I_32 + zip_getZipEntryFromOffset + zipsup_8c.html + 0ae52ee1efa0b1aea9885dcb2ac25cbe + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *entry, IDATA offset) + + + I_32 + zip_establishCache + zipsup_8c.html + 2923548d70ed7371ec0936aafc05f3ae + (HyPortLibrary *portLib, HyZipFile *zipFile) + + + void + zip_resetZipFile + zipsup_8c.html + 47a5a30ab83dd4800d0a30f33d9b8edf + (HyPortLibrary *portLib, HyZipFile *zipFile, IDATA *nextEntryPointer) + + + I_32 + zip_getNextZipEntry + zipsup_8c.html + 42ded9f91481c454f24ec08e6fcae612 + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *zipEntry, IDATA *nextEntryPointer) + + + I_32 + zip_getZipEntryExtraField + zipsup_8c.html + fd13b3fbadf479a07b078134821e132b + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *entry, U_8 *buffer, U_32 bufferSize) + + + void + zip_initZipEntry + zipsup_8c.html + 79c8e9350072113a434591846751196d + (HyPortLibrary *portLib, HyZipEntry *entry) + + + I_32 + zip_openZipFile + zipsup_8c.html + 624fb23dfb7bb27c9d1634c29b3fbd82 + (HyPortLibrary *portLib, char *filename, HyZipFile *zipFile, HyZipCachePool *cachePool) + + + void + zip_freeZipEntry + zipsup_8c.html + e7040ae0c63c136a2a11a3d88f7d2703 + (HyPortLibrary *portLib, HyZipEntry *entry) + + + I_32 VMCALL + zip_closeZipFile + zipsup_8c.html + 1399aa2da62ddf6bf89784e8ed574b6d + (HyPortLibrary *portLib, struct HyZipFile *zipFile) + + + I_32 + zip_getZipEntryComment + zipsup_8c.html + 990523ab485adeb02693662f930cfd8f + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *entry, U_8 *buffer, U_32 bufferSize) + + + I_32 + zip_getZipEntry + zipsup_8c.html + 094b3f70310034b9c492afcf97902c8c + (HyPortLibrary *portLib, HyZipFile *zipFile, HyZipEntry *entry, const char *filename, BOOLEAN findDirectory) + + + + hyvmls.h + c:/Harmony/modules/luni/src/main/native/include/shared/ + hyvmls_8h + HyVMLSFunctionTable + + + vmi.h + c:/Harmony/modules/luni/src/main/native/include/shared/ + vmi_8h + hyport.h + hyvmls.h + VMInterfaceFunctions_ + + #define + VMI_ACCESS_FROM_ENV + vmi_8h.html + 8bcd9dca7cae8ee9fdf2dfa532cc0898 + (env) + + + #define + BOOTCLASSPATH_PROPERTY + vmi_8h.html + 2bd624cbade5ae1cbc2f70dea64e03b8 + + + + struct VMInterfaceFunctions_ * + VMInterface + vmi_8h.html + 945edfc12a1e3166aba839134e6e3901 + + + + vmiError + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2 + + + + VMI_ERROR_NONE + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2265b27aec0d596faaeacd168309b0fd5 + + + + VMI_ERROR_UNKNOWN + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad20dae37c3dd58da1cdac2143e8a50906d + + + + VMI_ERROR_UNIMPLEMENTED + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2159e00014eb4971effe39797b86e8dd1 + + + + VMI_ERROR_UNSUPPORTED_VERSION + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2bc66efc0af92fa0ef93e040d424f3bad + + + + VMI_ERROR_OUT_OF_MEMORY + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2fd2543af3ba7cafcb7c550b71561130f + + + + VMI_ERROR_ILLEGAL_ARG + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad2e46f3141c6b202d4ad3dfbb704b94cd0 + + + + VMI_ERROR_READ_ONLY + vmi_8h.html + 4cc26d792039ec5f28b517bd47143ad29fcfee1283abc539e7f29567855cc105 + + + + vmiVersion + vmi_8h.html + 976d44f638c8cc26da425e2eada706de + + + + VMI_VERSION_UNKNOWN + vmi_8h.html + 976d44f638c8cc26da425e2eada706de406e2c373d865add6094ecf7833d0685 + + + + VMI_VERSION_1_0 + vmi_8h.html + 976d44f638c8cc26da425e2eada706de92a591e59cb27bf7069de024ac92503b + + + + VMInterface *JNICALL + VMI_GetVMIFromJNIEnv + vmi_8h.html + fcf737d9dec215b6c3edc3fa87b04579 + (JNIEnv *env) + + + VMInterface *JNICALL + VMI_GetVMIFromJavaVM + vmi_8h.html + 02ce5bf3edc696d4176a8cc7c38da108 + (JavaVM *vm) + + + vmiError JNICALL + CheckVersion + vmi_8h.html + ba6d90a8dfd683056e3edda3279c6cbd + (VMInterface *vmi, vmiVersion *version) + + + vmiError JNICALL + GetSystemProperty + vmi_8h.html + d9c25134aa7b169aad2804ef2e018b01 + (VMInterface *vmi, char *key, char **valuePtr) + + + vmiError JNICALL + SetSystemProperty + vmi_8h.html + 91c66ccfe8c36a51e9b0de2f63cbd40a + (VMInterface *vmi, char *key, char *value) + + + vmiError JNICALL + CountSystemProperties + vmi_8h.html + 845d1feaa562a978f7bef9b448b61349 + (VMInterface *vmi, int *countPtr) + + + vmiError JNICALL + IterateSystemProperties + vmi_8h.html + 3c76ac3c1d29c2b3be12cdf85a2eddcb + (VMInterface *vmi, vmiSystemPropertyIterator iterator, void *userData) + + + + luniglob.c + c:/Harmony/modules/luni/src/main/native/luni/shared/ + luniglob_8c + vmi.h + hyport.h + + JNIEXPORT jint JNICALL + JNI_OnLoad + luniglob_8c.html + ac0498b58a4bbbf42588d30433b4f8ea + (JavaVM *vm, void *reserved) + + + JNIEXPORT void JNICALL + JNI_OnUnload + luniglob_8c.html + 76bec78623b178fd9e8c142c457d1ac8 + (JavaVM *vm, void *reserved) + + + + hypool.h + c:/Harmony/modules/portlib/src/main/native/include/shared/ + hypool_8h + hyport.h + HyPool + HyPoolState + + HY_CFUNC void VMCALL + pool_do + hypool_8h.html + cdc4233f475ea905a8ac7c4f5dc6e373 + (HyPool *aPool, void(*aFunction)(void *anElement, void *userData), void *userData) + + + HY_CFUNC void VMCALL + pool_removeElement + hypool_8h.html + 59c054de28d8a47135d49b7123bd9168 + (HyPool *aPool, void *anElement) + + + HY_CFUNC UDATA VMCALL + pool_numElements + hypool_8h.html + a1a3d7802177726a7e423bf01b89aa5a + (HyPool *aPool) + + + HY_CFUNC void *VMCALL + pool_newElement + hypool_8h.html + 42794fcd0ff4bd0b23c804e413d44773 + (HyPool *aPool) + + + HY_CFUNC HyPool *VMCALL + pool_forPortLib + hypool_8h.html + 34fc514dd9f7339fe6507798a5497246 + (U_32 structSize, HyPortLibrary *portLibrary) + + + HY_CFUNC void VMCALL + pool_kill + hypool_8h.html + 8a4a20e4530a7743c6162ef9c4784c52 + (HyPool *aPool) + + + HY_CFUNC void VMCALL + pool_sortFree + hypool_8h.html + 600d884e1c775c7ab3e4045029098937 + (HyPool *aPool) + + + HY_CFUNC void VMCALL + pool_clear + hypool_8h.html + 9cc68084517e52b49d9084774f2bbef1 + (HyPool *aPool) + + + HY_CFUNC UDATA VMCALL + pool_capacity + hypool_8h.html + 24912b026cff13bdfd343aeb1923caf2 + (HyPool *aPool) + + + HY_CFUNC UDATA VMCALL + pool_ensureCapacity + hypool_8h.html + fd789c0217f641b68729e951e5d54861 + (HyPool *aPool, UDATA newCapacity) + + + + hyport.h + c:/Harmony/modules/portlib/src/main/native/include/shared/ + hyport_8h + HyPortLibraryVersion + HyPortVmemIdentifier + HyPortShmemStatistic + HyPortLibrary + + #define + PORT_ACCESS_FROM_ENV + hyport_8h.html + 72f11cedc7f151da090fcc7f426eeb39 + (jniEnv) + + + #define + PORT_ACCESS_FROM_JAVAVM + hyport_8h.html + 5c6c94e2b232922bb6de83c140c654df + (javaVM) + + + #define + PORT_ACCESS_FROM_VMC + hyport_8h.html + 2c3131152a5afb33606fb41b43f6b1dc + (vmContext) + + + #define + PORT_ACCESS_FROM_GINFO + hyport_8h.html + 62680c1c447390f000bb8c9ccdc90d56 + (javaVM) + + + #define + PORT_ACCESS_FROM_JITCONFIG + hyport_8h.html + 3a103f0716ffdeaa8601ccd880476c95 + (jitConfig) + + + #define + PORT_ACCESS_FROM_WALKSTATE + hyport_8h.html + 2e6a599a34ba3cd361c745c202ff24e4 + (walkState) + + + #define + PORT_ACCESS_FROM_VMI + hyport_8h.html + 94bf209337de55d068a7476fac399ee1 + (vmi) + + + #define + PORT_ACCESS_FROM_PORT + hyport_8h.html + 5e462f73828b4f34f6bfae5edbff6598 + (portLibrary) + + + #define + HY_STR_ + hyport_8h.html + 2071c4b0e963c01700550687d54f34ae + (x) + + + #define + HY_STR + hyport_8h.html + e5498469dbee80c14394cc34088ed13f + (x) + + + #define + HY_GET_CALLSITE + hyport_8h.html + b32cb90d79ed3cd7fdffead8a678843a + () + + + #define + PORTLIB + hyport_8h.html + 0ac309b7d3c935f63dd13d4463dd49b6 + + + + #define + HySeekSet + hyport_8h.html + d292627e14d39849f702c72d47e1c42d + + + + #define + HySeekCur + hyport_8h.html + f9cbafadf458cb4ad8dcf2bfad405424 + + + + #define + HySeekEnd + hyport_8h.html + 3fcfeb599e369531bd5745e4b4229e0a + + + + #define + HyOpenRead + hyport_8h.html + ff080fc3b999e96e9c7e621710e56da0 + + + + #define + HyOpenWrite + hyport_8h.html + 5cfca403204e971e92ba9dd104ecf2b0 + + + + #define + HyOpenCreate + hyport_8h.html + b253affb2250cac27353f62d2718b5b4 + + + + #define + HyOpenTruncate + hyport_8h.html + 39b0901af3d9ca8a8b3058f7ff2bb6aa + + + + #define + HyOpenAppend + hyport_8h.html + 23869f5ee37471540fffa4cdf1e89b1b + + + + #define + HyOpenText + hyport_8h.html + 5e71e9ab39e439151c508c515f4a4fd9 + + + + #define + HyOpenCreateNew + hyport_8h.html + 74189eb84926e638d02f50337df0aca2 + + + + #define + HyOpenSync + hyport_8h.html + b1348cfc31e0113a63daf03bbc0bcb5f + + + + #define + HyIsDir + hyport_8h.html + 8fc29517a9f204e5e61318e29cc736e0 + + + + #define + HyIsFile + hyport_8h.html + dd7595ced2dd828ffcc9fb4714b10ddd + + + + #define + HyMaxPath + hyport_8h.html + d88e0c7a00f3bd727b0bafff710a9a00 + + + + #define + HYPORT_INFO_SHSEM_BASE + hyport_8h.html + be74735cbb01c26b844bbbc4334c35a5 + + + + #define + HYPORT_INFO_SHSEM_CREATED + hyport_8h.html + 19c301956515b9b99b4bb717c6073a89 + + + + #define + HYPORT_INFO_SHSEM_OPENED + hyport_8h.html + 9e2213c5862aa7028848a4a60eac2e6c + + + + #define + HYPORT_INFO_SHSEM_SEMID_DIFF + hyport_8h.html + 7e0de610f68616a27570246f6f1026e3 + + + + #define + HYPORT_INFO_SHMEM_BASE + hyport_8h.html + 401c114c51d7a6c3526cec06420ec308 + + + + #define + HYPORT_INFO_SHMEM_CREATED + hyport_8h.html + a5c6dba1b125d6017160ef4f631fc5c4 + + + + #define + HYPORT_INFO_SHMEM_OPENED + hyport_8h.html + 6343298c9526a2ace2bfc97e56e53d54 + + + + #define + HYPORT_INFO_SHMEM_SHMID_DIFF + hyport_8h.html + fa7c4db521d3a22a4671b0564295e147 + + + + #define + HYJSIG_SIGNAL + hyport_8h.html + 0a5772c74f78afd90a3c03b9c5695a91 + (signum, handler) + + + #define + HYJSIG_SIGACTION + hyport_8h.html + 87840d10c847448deada465f0d35121c + (signum, act, oldact) + + + #define + MAX_SIZE_TOTAL_GPINFO + hyport_8h.html + ec110dec4a34fa883182cd82ddae43e5 + + + + #define + HYGP_VALUE_UNDEFINED + hyport_8h.html + 33e6782135f4b67a25b3e776f72f7340 + + + + #define + HYGP_VALUE_32 + hyport_8h.html + 24b5cd7049821b30e90c3dd376edf09a + + + + #define + HYGP_VALUE_64 + hyport_8h.html + 84213bdd51df63253a456ed54a289748 + + + + #define + HYGP_VALUE_STRING + hyport_8h.html + 0f71c82bbef576a2aa3387990d869789 + + + + #define + HYGP_VALUE_ADDRESS + hyport_8h.html + 5487eda0f45069cc70eb3fe84a1d7d52 + + + + #define + HYGP_VALUE_FLOAT_64 + hyport_8h.html + b66395713b1c52fb53f1fb89f7336b43 + + + + #define + HYGP_SIGNAL + hyport_8h.html + 12c7fe397cb3a50ec5a72ac233327fbd + + + + #define + HYGP_GPR + hyport_8h.html + c127c7b7f088a677de8cab0e2fb5d434 + + + + #define + HYGP_OTHER + hyport_8h.html + 09c16c83c35bf30b702970de7389a522 + + + + #define + HYGP_CONTROL + hyport_8h.html + b81e861d92b081a639f132775cd6ff41 + + + + #define + HYGP_FPR + hyport_8h.html + 924e85964c1253bcd9c668f47bef9b18 + + + + #define + HYGP_MODULE + hyport_8h.html + d879b463b06463a09ab0ac905de86fb4 + + + + #define + HYGP_NUM_CATEGORIES + hyport_8h.html + c93dfede85194a33e5662eec498dcdd5 + + + + #define + HYGP_CONTROL_PC + hyport_8h.html + 5756e595a310bc3e598188d797ca6ca3 + + + + #define + HYGP_MODULE_NAME + hyport_8h.html + 909a644e6c1f3b16e7f4279297b8d695 + + + + #define + HYNLS_COMMON_PREFIX + hyport_8h.html + ef85a24872378474734819c13bd1eb4a + + + + #define + HYNLS_ERROR_PREFIX + hyport_8h.html + dc52d5e0602133d94cb29c078d6e6fbe + + + + #define + HYNLS_WARNING_PREFIX + hyport_8h.html + 3580b75faddbf5d27511d05667dde5a4 + + + + #define + HYNLS_INFO_PREFIX + hyport_8h.html + 9153fd16e41c79539493f9d91c78108e + + + + #define + HYNLS_ERROR_SUFFIX + hyport_8h.html + a5a8f1545c0522afb64028740fe8a913 + + + + #define + HYNLS_WARNING_SUFFIX + hyport_8h.html + 004824a1475ac6207f78cc2de9058fa4 + + + + #define + HYNLS_INFO_SUFFIX + hyport_8h.html + bca18107637441a1b438850448effca0 + + + + #define + HYNLS_MESSAGE + hyport_8h.html + 2f0b1b210d0470931430f4c3583dd95e + (id, message) + + + #define + HYNLS_ERROR_MESSAGE + hyport_8h.html + d85d4c4bb56b0a996b30e7dbed054804 + (id, message) + + + #define + HYNLS_INFO_MESSAGE + hyport_8h.html + 6d5f06b7c582069321a079aa35dc8151 + (id, message) + + + #define + HYNLS_WARNING_MESSAGE + hyport_8h.html + 06422b57f62c310e13d0ca1734d45604 + (id, message) + + + #define + HYPORT_VMEM_MEMORY_MODE_READ + hyport_8h.html + d40bda3a5da59c03db65923bd34c6569 + + + + #define + HYPORT_VMEM_MEMORY_MODE_WRITE + hyport_8h.html + ba1e8fa95aabe619e3630286efa42a6f + + + + #define + HYPORT_VMEM_MEMORY_MODE_EXECUTE + hyport_8h.html + 3110f8d4d020fdf8345e341acccec7a4 + + + + #define + HYPORT_VMEM_MEMORY_MODE_COMMIT + hyport_8h.html + 90e08b5f3891c1b795c7877b4924d403 + + + + #define + HYPORT_VMEM_PAGE_SIZE_DEFAULT + hyport_8h.html + a6a21597a468659e4a2c590b4783d251 + + + + #define + HYPORT_TIME_DELTA_IN_SECONDS + hyport_8h.html + 247c60abebf2513906fd7fd184867dbb + + + + #define + HYPORT_TIME_DELTA_IN_MILLISECONDS + hyport_8h.html + c80769932d48bc98449b3012be0748d8 + + + + #define + HYPORT_TIME_DELTA_IN_MICROSECONDS + hyport_8h.html + e0a39a18ed165b0aa2f204147a5e2a72 + + + + #define + HYPORT_TIME_DELTA_IN_NANOSECONDS + hyport_8h.html + 80705edc915c63f8eaea7e9ca6ef0890 + + + + #define + HYPORT_SHSEM_MODE_DEFAULT + hyport_8h.html + b6b846d2f346badee3a715da5849102e + + + + #define + HYPORT_SHSEM_MODE_UNDO + hyport_8h.html + d2eb40dd3971b932eb478200b1828591 + + + + #define + HYPORT_SHSEM_MODE_NOWAIT + hyport_8h.html + e24eed4e2eebc71d413653aa980b527c + + + + #define + hyport_shutdown_library + hyport_8h.html + 2123c013bdc1a1c86c45ef442300bb77 + () + + + #define + hyport_isFunctionOverridden + hyport_8h.html + e6ca2e2cb11625108b3f0da5cfa7f035 + (param1) + + + #define + hyport_tls_free + hyport_8h.html + f9d6683f1448c866d2d0ccf115e4bbb0 + () + + + #define + hyerror_startup + hyport_8h.html + 82b8afe80a30bdd89050bc016e15f4df + () + + + #define + hyerror_shutdown + hyport_8h.html + 87719c4d0379ec5362eb3852b04b265a + () + + + #define + hyerror_last_error_number + hyport_8h.html + a1e460dadca7dc4e978d83152e9fae4f + () + + + #define + hyerror_last_error_message + hyport_8h.html + 83ab85f5d4084130719911f5e5e494cf + () + + + #define + hyerror_set_last_error + hyport_8h.html + 60437f52482dd00d956e99a4830354d2 + (param1, param2) + + + #define + hyerror_set_last_error_with_message + hyport_8h.html + 2eeb87652041ad36392de98ce78ece59 + (param1, param2) + + + #define + hytime_startup + hyport_8h.html + 2bf30c578e49692675f9f6f466b91a92 + () + + + #define + hytime_shutdown + hyport_8h.html + dd47d737fbaa095f0c509131535e62a4 + () + + + #define + hytime_msec_clock + hyport_8h.html + 7ab1126b0ea76224e8ea27791e0a5d3c + () + + + #define + hytime_usec_clock + hyport_8h.html + dc039640772be2fcd29fc39b6589178b + () + + + #define + hytime_current_time_millis + hyport_8h.html + 85d1a93924466f4f50bdbfcde01a55e4 + () + + + #define + hytime_hires_clock + hyport_8h.html + 901e9fe205d0725aaa003b9bd2fc737b + () + + + #define + hytime_hires_frequency + hyport_8h.html + ed56ad1fad707477d6bc6ba89611cedc + () + + + #define + hytime_hires_delta + hyport_8h.html + 49b065a74c57d7f4fec196ee7419d1b0 + (param1, param2, param3) + + + #define + hysysinfo_startup + hyport_8h.html + 718cb6f72b9c0f1fbc7abe035c2bb4c0 + () + + + #define + hysysinfo_shutdown + hyport_8h.html + 67e9c7363e3595795cacc300ba69f307 + () + + + #define + hysysinfo_get_pid + hyport_8h.html + 8b94c333830e3460a6ff022d6b408b7a + () + + + #define + hysysinfo_get_physical_memory + hyport_8h.html + 8b2f3657ed547aec93b499c0c45663b8 + () + + + #define + hysysinfo_get_OS_version + hyport_8h.html + 1a4215d4a7e86fe436a12bd3a1909786 + () + + + #define + hysysinfo_get_env + hyport_8h.html + a23cca0d208764e7e3e06a9a048c5d9d + (param1, param2, param3) + + + #define + hysysinfo_get_CPU_architecture + hyport_8h.html + 37f212e55dfbf7b76f25e41025394a23 + () + + + #define + hysysinfo_get_OS_type + hyport_8h.html + e4f71ec091ade66e3487a3baf07cf9fa + () + + + #define + hysysinfo_get_classpathSeparator + hyport_8h.html + 9c704b0dd6a5e5f664e29923bf215557 + () + + + #define + hysysinfo_get_executable_name + hyport_8h.html + 549e44d62a2834e40c8a1451c2714f06 + (param1, param2) + + + #define + hysysinfo_get_number_CPUs + hyport_8h.html + ebc7314eee5cb9dd269b22eec572e852 + () + + + #define + hysysinfo_get_username + hyport_8h.html + d1bfeb27f85506d6776bc54077f4a147 + (param1, param2) + + + #define + hyfile_startup + hyport_8h.html + 1587812c5ec4e74cfc0d64aead718ded + () + + + #define + hyfile_shutdown + hyport_8h.html + 80cbbe496c6c528ad9a9745e6977c468 + () + + + #define + hyfile_write + hyport_8h.html + 920cf196f9b2eda733d546d99490c171 + (param1, param2, param3) + + + #define + hyfile_write_text + hyport_8h.html + bc4090fc7c913c39ef9f229ef4a75161 + (param1, param2, param3) + + + #define + hybuf_write_text + hyport_8h.html + 7a7d023c222e6cb1c64efaf254f92877 + (param1, param2) + + + #define + hyfile_vprintf + hyport_8h.html + 2edadcf49ab368e07e61ec21df7e3eab + (param1, param2, param3) + + + #define + hyfile_printf + hyport_8h.html + 77d8f426305364dc73870e697a73ffb9 + + + + #define + hyfile_open + hyport_8h.html + e2165560b467be7dc964103452a0560e + (param1, param2, param3) + + + #define + hyfile_close + hyport_8h.html + a8b958a9bfbd4d8a531b526a8392e18f + (param1) + + + #define + hyfile_seek + hyport_8h.html + c02504cb17766ea0405fa03f1cd8b76b + (param1, param2, param3) + + + #define + hyfile_read + hyport_8h.html + 640b6968ade56424fbf0ddbe0488e196 + (param1, param2, param3) + + + #define + hyfile_unlink + hyport_8h.html + e3d2657384d87e505e50587bfa052279 + (param1) + + + #define + hyfile_attr + hyport_8h.html + c805de47e23c6410c71791e892f4a28a + (param1) + + + #define + hyfile_lastmod + hyport_8h.html + aa740749a9854ac8fe174342abb4f603 + (param1) + + + #define + hyfile_length + hyport_8h.html + 4c700dc5efc3ab24c13207349d187292 + (param1) + + + #define + hyfile_set_length + hyport_8h.html + 0ac0de67a867842aa7a84b9a9792cb22 + (param1, param2) + + + #define + hyfile_sync + hyport_8h.html + 8526d55ee29f63b75eb4d2a30428940c + (param1) + + + #define + hysl_startup + hyport_8h.html + 95190beec760e67df45c027b3e5f6c43 + () + + + #define + hysl_shutdown + hyport_8h.html + 8f97d04ada94d0dcc3ab0f2b34b2568e + () + + + #define + hysl_close_shared_library + hyport_8h.html + 147108f235d7a0f9827c5ed3291e1917 + (param1) + + + #define + hysl_open_shared_library + hyport_8h.html + 434978174bdd25130833483ca336861e + (param1, param2, param3) + + + #define + hysl_lookup_name + hyport_8h.html + 38b9b5bec86c281a84ae713012802d64 + (param1, param2, param3, param4) + + + #define + hytty_startup + hyport_8h.html + ddbd8e70f6f7a9d71e8d17458ab1f752 + () + + + #define + hytty_shutdown + hyport_8h.html + 49c98229e8b054ea35aec08fa34a98a4 + () + + + #define + hytty_printf + hyport_8h.html + cf00aa3cc15f14dc6971c10317600224 + + + + #define + hytty_vprintf + hyport_8h.html + f55cd768a08d35c8b91c4f1d12069362 + (param1, param2) + + + #define + hytty_get_chars + hyport_8h.html + 6dc495b9d6376914da4856981d2db1c7 + (param1, param2) + + + #define + hytty_err_printf + hyport_8h.html + af529d9cd69a745de76ad88dcf504c35 + + + + #define + hytty_err_vprintf + hyport_8h.html + 0c42b68e3ca21bbb9e22694345eb565f + (param1, param2) + + + #define + hytty_available + hyport_8h.html + 02cc5a4e9b4220a5d392385770c76b7a + () + + + #define + hymem_startup + hyport_8h.html + f542024a251dd9bc3c74f22e0e6a3817 + (param1) + + + #define + hymem_shutdown + hyport_8h.html + d5675d4a52d3f1750882e59b99d9c5d4 + () + + + #define + hymem_allocate_memory + hyport_8h.html + 9e07c1de8fd0c483defa8f0931480fde + (param1) + + + #define + hymem_allocate_memory_callSite + hyport_8h.html + 2a6e962f4c5d353a1ada1bf0620110cf + (param1, param2) + + + #define + hymem_free_memory + hyport_8h.html + ff2d5bd2f842f035742da0a7a53ee814 + (param1) + + + #define + hymem_reallocate_memory + hyport_8h.html + c4a15e329da618c905a93cc0f52ceebb + (param1, param2) + + + #define + hycpu_startup + hyport_8h.html + e708dba3ffd4ac066d80c034342621c3 + () + + + #define + hycpu_shutdown + hyport_8h.html + 0d8a94a9d12fe801b2a8d5a4b74b3814 + () + + + #define + hycpu_flush_icache + hyport_8h.html + c310a64a96be238cc38364a06699f545 + (param1, param2) + + + #define + hyvmem_startup + hyport_8h.html + f9ef3b930f369591c1c5bb56ee6c2b66 + () + + + #define + hyvmem_shutdown + hyport_8h.html + 19386dbe205f77eecf2d5023e3f884b6 + () + + + #define + hyvmem_commit_memory + hyport_8h.html + 55ea36c60faba0383374ae0ca95e5f13 + (param1, param2, param3) + + + #define + hyvmem_decommit_memory + hyport_8h.html + cd31ef43e6ee5090f76aac51a11c9a89 + (param1, param2, param3) + + + #define + hyvmem_free_memory + hyport_8h.html + 61f8e9e612d4b18d5cbaaecb302ddf9c + (param1, param2, param3) + + + #define + hyvmem_reserve_memory + hyport_8h.html + 06272548d21b3b76c957bb504937d087 + (param1, param2, param3, param4, param5) + + + #define + hyvmem_supported_page_sizes + hyport_8h.html + f45098300cddc1e95c43a3d801337241 + () + + + #define + hysock_startup + hyport_8h.html + 1f3e5761ca9223b52d657c541f5f1f9f + () + + + #define + hysock_shutdown + hyport_8h.html + 4d83202b04f0f4966a2e105fe4204ea0 + () + + + #define + hysock_htons + hyport_8h.html + 3dd431af0ce160ed7557387496d74a69 + (param1) + + + #define + hysock_write + hyport_8h.html + 8abad5b058e82314aff0fc10c1e5a923 + (param1, param2, param3, param4) + + + #define + hysock_sockaddr + hyport_8h.html + 0ec1646b404fa1fbccd44114f43c0a44 + (param1, param2, param3) + + + #define + hysock_read + hyport_8h.html + 15292319f1765736d548a345353b43ae + (param1, param2, param3, param4) + + + #define + hysock_socket + hyport_8h.html + 64f339dcd112d867b4961d58898f442e + (param1, param2, param3, param4) + + + #define + hysock_close + hyport_8h.html + 5c374ac226fb549e3c7fc91245917012 + (param1) + + + #define + hysock_connect + hyport_8h.html + b715ba0965eea74004fae2480056385a + (param1, param2) + + + #define + hysock_inetaddr + hyport_8h.html + 02e9c1f0cc4615456ac273215956b732 + (param1, param2) + + + #define + hysock_gethostbyname + hyport_8h.html + 0b7b3c8dc7ef290f7688542e041bc97b + (param1, param2) + + + #define + hysock_hostent_addrlist + hyport_8h.html + b212835bf999b84633918a0c1ac8d38a + (param1, param2) + + + #define + hysock_sockaddr_init + hyport_8h.html + 4b4bd6b327144670077d9d8c9c6a6954 + (param1, param2, param3, param4) + + + #define + hysock_linger_init + hyport_8h.html + 0128fe29ce88d165b11e05c824e6f56f + (param1, param2, param3) + + + #define + hysock_setopt_linger + hyport_8h.html + 104aee9bf843ca24f53b677a70b5ae40 + (param1, param2, param3, param4) + + + #define + hygp_startup + hyport_8h.html + c3d1143fa06275334e005daed388d36b + () + + + #define + hygp_shutdown + hyport_8h.html + 107c8f0f859d798b6c88c3adbcf965cc + () + + + #define + hygp_protect + hyport_8h.html + 755fb1c844a5b05a450fdad25b1f98e7 + (param1, param2) + + + #define + hygp_register_handler + hyport_8h.html + fdf49249c1047bc6791ac7fc11c1748e + (param1, param2) + + + #define + hygp_info + hyport_8h.html + 85fa9f1465fbfacbd3da49625a2b8f63 + (param1, param2, param3, param4, param5) + + + #define + hygp_info_count + hyport_8h.html + 2a8ef8c6c6af94555e12b63c6888d5de + (param1, param2) + + + #define + hygp_handler_function + hyport_8h.html + ccc71a52c5a5a44c3f563d566e2a424d + () + + + #define + hystr_startup + hyport_8h.html + 2e3d2dee08638ae75569522fc1007607 + () + + + #define + hystr_shutdown + hyport_8h.html + 8764c8c29cb11fb675eae5838beffdae + () + + + #define + hystr_printf + hyport_8h.html + 6fdc558d26fc2530c5ae46884bfd399b + + + + #define + hystr_vprintf + hyport_8h.html + d73c6e31f1b480b46b722c40be22eaaa + (param1, param2, param3, param4) + + + #define + hyexit_startup + hyport_8h.html + 4ffac20867be3b18e8cc356eafc14824 + () + + + #define + hyexit_shutdown + hyport_8h.html + a6e3703530094502efd348f6c4b8fc50 + () + + + #define + hyexit_get_exit_code + hyport_8h.html + df4b141c44d1dbee7ba764bff6fb9698 + () + + + #define + hyexit_shutdown_and_exit + hyport_8h.html + e25cfaf2418ccf2a39834788aad355ef + (param1) + + + #define + hydump_create + hyport_8h.html + 2319242fbc6d81aad17dffba4837cf19 + (param1, param2, param3) + + + #define + hynls_startup + hyport_8h.html + 01837a4f3551ac72d12d82fd66e5b697 + () + + + #define + hynls_shutdown + hyport_8h.html + 2058bdcfaa8e1275d0986af5267896b5 + () + + + #define + hynls_set_catalog + hyport_8h.html + 37e1533cd69a67a24f6e50924f125dd2 + (param1, param2, param3, param4) + + + #define + hynls_set_locale + hyport_8h.html + 28d21d6f0363210738199c43955f7950 + (param1, param2, param3) + + + #define + hynls_get_language + hyport_8h.html + a10a975181f7880fd325eb9d199924b6 + () + + + #define + hynls_get_region + hyport_8h.html + 0164808edf2f6378a1a863dd163c9cef + () + + + #define + hynls_get_variant + hyport_8h.html + bcb250e2933f27346873326c1dc9da1c + () + + + #define + hynls_printf + hyport_8h.html + 3c90552ddde9289bb6dde492401dfa45 + + + + #define + hynls_vprintf + hyport_8h.html + b3502fdc77239d94ca31d55ec494132c + (param1, param2, param3, param4) + + + #define + hynls_lookup_message + hyport_8h.html + 70234f9e8bfcf72af0e8c59b6adbaccf + (param1, param2, param3, param4) + + + #define + hyipcmutex_startup + hyport_8h.html + 6bfe90a95890ee30f31ae8f083417790 + () + + + #define + hyipcmutex_shutdown + hyport_8h.html + 2c3997f3510a6d4fe9fd299a5c40d980 + () + + + #define + hyipcmutex_acquire + hyport_8h.html + fec9222f8e4154d42386fab3187c7e15 + (param1) + + + #define + hyipcmutex_release + hyport_8h.html + b119c68449a72b2c2cefad567d061f52 + (param1) + + + #define + hyport_control + hyport_8h.html + 3fc68dfdefe1fc4f61ec8d276b02ed62 + (param1, param2) + + + #define + hysig_startup + hyport_8h.html + e77478ed18f266c375f52d6383b27594 + () + + + #define + hysig_shutdown + hyport_8h.html + b475b1f85f0dc8e515c300badf0ac774 + () + + + #define + hysig_protect + hyport_8h.html + d46f2f94251644cd2387bfdc98893625 + (param1, param2, param3, param4, param5, param6) + + + #define + hysig_can_protect + hyport_8h.html + 9491c72205d8e29654deb331884e0666 + (param1) + + + #define + hysig_set_async_signal_handler + hyport_8h.html + 0d4275c6c4d2561b9da923430dc779cf + (param1, param2, param3) + + + #define + hysig_info + hyport_8h.html + 210a76124bdb590017447b715fa0f473 + (param1, param2, param3, param4, param5) + + + #define + hysig_info_count + hyport_8h.html + adc9017b86d467b6f0f66de3aab93243 + (param1, param2) + + + #define + hysig_set_options + hyport_8h.html + da10abcd121b9326afc39cedbc2bd58b + (param1) + + + #define + hysig_get_options + hyport_8h.html + bdc7f4775d126f2d7f93290f2aeb4d39 + () + + + #define + hysysinfo_DLPAR_enabled + hyport_8h.html + 4fa22600cfcfb860c2596fd34b90eb91 + () + + + #define + hysysinfo_DLPAR_max_CPUs + hyport_8h.html + ce7bd2edbab77d2d9ee815116362faef + () + + + #define + hysysinfo_weak_memory_consistency + hyport_8h.html + cbdd5f3fc6ef8f1fe7ba691da5d4cdd4 + () + + + #define + hyfile_read_text + hyport_8h.html + d9a59f7c7e8fb64b8924f82f1476b56c + (param1, param2, param3) + + + #define + hyfile_mkdir + hyport_8h.html + 9586455f517e4f1f6fcbf3ba84056844 + (param1) + + + #define + hyfile_move + hyport_8h.html + 6eff608e5053a51c6c739edfdc7e5778 + (param1, param2) + + + #define + hyfile_unlinkdir + hyport_8h.html + 01befe0bd62c5a5cbd09dc6ae3941bc1 + (param1) + + + #define + hyfile_findfirst + hyport_8h.html + b32a8cc09a2b264f3f6f03547ee50e34 + (param1, param2) + + + #define + hyfile_findnext + hyport_8h.html + 9470d686941f68647ad7455840841c0d + (param1, param2) + + + #define + hyfile_findclose + hyport_8h.html + d0e4f0b208728455f93b710223d92e1c + (param1) + + + #define + hyfile_error_message + hyport_8h.html + 4aa68097007a2b3bd725440f5ed4c336 + () + + + #define + hysock_htonl + hyport_8h.html + d90859fc08bfab8379580b67c60ab956 + (param1) + + + #define + hysock_bind + hyport_8h.html + dc4dc406ff1b28c1491f3fd0c5124edd + (param1, param2) + + + #define + hysock_accept + hyport_8h.html + c18daa1d432320751f16a51925694275 + (param1, param2, param3) + + + #define + hysock_shutdown_input + hyport_8h.html + 9c18085a8da487605bd83d6706294402 + (param1) + + + #define + hysock_shutdown_output + hyport_8h.html + 64a3776655e9213eaed594410145f8a8 + (param1) + + + #define + hysock_listen + hyport_8h.html + 56659239bbaa7a280faa68cae828a708 + (param1, param2) + + + #define + hysock_ntohl + hyport_8h.html + 2542466ed0bd3cc7d02a88347984a8b7 + (param1) + + + #define + hysock_ntohs + hyport_8h.html + ba7941c14c075536e784aa969c7bde6b + (param1) + + + #define + hysock_getpeername + hyport_8h.html + 473129bcd7fb210318ba6798cbca846c + (param1, param2) + + + #define + hysock_getsockname + hyport_8h.html + 4072e754f9aaaf41330e03b171f1ebd7 + (param1, param2) + + + #define + hysock_readfrom + hyport_8h.html + 7f84075cf399849e998e213c3f72650d + (param1, param2, param3, param4, param5) + + + #define + hysock_select + hyport_8h.html + 042ea8f77c616d3312d856b17e27457e + (param1, param2, param3, param4, param5) + + + #define + hysock_writeto + hyport_8h.html + 55d0bc39ee33a9244b9db902aa5b3942 + (param1, param2, param3, param4, param5) + + + #define + hysock_inetntoa + hyport_8h.html + 9d3b6f40da9cd5585ea95ad14604d079 + (param1, param2) + + + #define + hysock_gethostbyaddr + hyport_8h.html + c8966c8bf127e23276bc5d57993c9764 + (param1, param2, param3, param4) + + + #define + hysock_gethostname + hyport_8h.html + fe00cf245ea224385dcf209fcd11e095 + (param1, param2) + + + #define + hysock_hostent_aliaslist + hyport_8h.html + 3f97280462d79c86535366f55c86dac8 + (param1, param2) + + + #define + hysock_hostent_hostname + hyport_8h.html + e33471e5cad4f8fc17e21231ad3c61dd + (param1, param2) + + + #define + hysock_sockaddr_port + hyport_8h.html + d3990e2104930f40244c732be03f26f7 + (param1) + + + #define + hysock_sockaddr_address + hyport_8h.html + 1b0a5e6a9814691e6616b06b319b4acb + (param1) + + + #define + hysock_fdset_init + hyport_8h.html + 48e1a375f854667d98cf0cc3e7b3efce + (param1) + + + #define + hysock_fdset_size + hyport_8h.html + a4f0a0fc77a4b53ff1d786e447c93be7 + (param1) + + + #define + hysock_timeval_init + hyport_8h.html + 98027bf01bac039178ad90a46c7512b2 + (param1, param2, param3) + + + #define + hysock_getopt_int + hyport_8h.html + bf4645ad07472bff2b0542f625964f5c + (param1, param2, param3, param4) + + + #define + hysock_setopt_int + hyport_8h.html + f47bbaaf5834b18c6f510d9a465abf64 + (param1, param2, param3, param4) + + + #define + hysock_getopt_bool + hyport_8h.html + 87e45ecf5f659e82ec7d5c7a37b6593d + (param1, param2, param3, param4) + + + #define + hysock_setopt_bool + hyport_8h.html + 405c1dceb6845790e40975f2d9efabe3 + (param1, param2, param3, param4) + + + #define + hysock_getopt_byte + hyport_8h.html + f956f1655d42f2658c1e940ae1f1384e + (param1, param2, param3, param4) + + + #define + hysock_setopt_byte + hyport_8h.html + fa494506a114421769c5b385c5474e30 + (param1, param2, param3, param4) + + + #define + hysock_getopt_linger + hyport_8h.html + 71474b7ba16cd770bf92aaebf9db37f6 + (param1, param2, param3, param4) + + + #define + hysock_getopt_sockaddr + hyport_8h.html + 8d0e136f3e2db02935a8a0c4c65e2343 + (param1, param2, param3, param4) + + + #define + hysock_setopt_sockaddr + hyport_8h.html + 5e8cb09c1d2dff898b142b9679b9d69d + (param1, param2, param3, param4) + + + #define + hysock_setopt_ipmreq + hyport_8h.html + 48a2fbacbc2950ed00a347833210dd34 + (param1, param2, param3, param4) + + + #define + hysock_linger_enabled + hyport_8h.html + 6f07a6310bf086dd6a6dfa63ab08c4ec + (param1, param2) + + + #define + hysock_linger_linger + hyport_8h.html + c95f1a8359501a6d44f20192834d9f58 + (param1, param2) + + + #define + hysock_ipmreq_init + hyport_8h.html + f007bf25d0acadd8d83b90db85272eee + (param1, param2, param3) + + + #define + hysock_setflag + hyport_8h.html + 7c4d894ade83bf015344440ba28c118b + (param1, param2) + + + #define + hysock_freeaddrinfo + hyport_8h.html + 01a736309d73f74b7efaa06015b7354f + (param1) + + + #define + hysock_getaddrinfo + hyport_8h.html + 71add28a94ff4641ac88cd455443e892 + (param1, param2, param3) + + + #define + hysock_getaddrinfo_address + hyport_8h.html + d3c6f7f312839d9c21d0f157d608bef1 + (param1, param2, param3, param4) + + + #define + hysock_getaddrinfo_create_hints + hyport_8h.html + bc985dc00a00a6bc3b8c476b4b808dba + (param1, param2, param3, param4, param5) + + + #define + hysock_getaddrinfo_family + hyport_8h.html + 88157337fb432f491666b676f12ecc9c + (param1, param2, param3) + + + #define + hysock_getaddrinfo_length + hyport_8h.html + e4456b01b7cc0f917c589c18d47b7910 + (param1, param2) + + + #define + hysock_getaddrinfo_name + hyport_8h.html + e1090a9a0c15ec962a777d0e18c7f755 + (param1, param2, param3) + + + #define + hysock_getnameinfo + hyport_8h.html + 47b17086e469fb63ebf032fe04e0fb99 + (param1, param2, param3, param4, param5) + + + #define + hysock_ipv6_mreq_init + hyport_8h.html + e2e6312e9b0179fc8cf9803156e4b50f + (param1, param2, param3) + + + #define + hysock_setopt_ipv6_mreq + hyport_8h.html + 369950e85211d518a652bb53e5668d41 + (param1, param2, param3, param4) + + + #define + hysock_sockaddr_address6 + hyport_8h.html + d990a0b693ca4a24c2579a0816fb5511 + (param1, param2, param3, param4) + + + #define + hysock_sockaddr_family + hyport_8h.html + 573327d821dd767cb174e697cd698790 + (param1, param2) + + + #define + hysock_sockaddr_init6 + hyport_8h.html + 6a5d214afe48a451fb9e8b4a1cb4d5b5 + (param1, param2, param3, param4, param5, param6, param7, param8) + + + #define + hysock_socketIsValid + hyport_8h.html + 6b131f00e2edece01a744cf91e744728 + (param1) + + + #define + hysock_select_read + hyport_8h.html + 8bb6f110c10dcbb2a06030b90a45f634 + (param1, param2, param3, param4) + + + #define + hysock_set_nonblocking + hyport_8h.html + 3524a123f6681ee995f1695a8535b754 + (param1, param2) + + + #define + hysock_error_message + hyport_8h.html + 9325cd14f0e6610e90b4329039076a57 + () + + + #define + hysock_get_network_interfaces + hyport_8h.html + 27e3c2fc58b0961468a68a7d5f2434de + (param1, param2) + + + #define + hysock_free_network_interface_struct + hyport_8h.html + a303de6c3c61ce6a4af059d72e61630f + (param1) + + + #define + hysock_connect_with_timeout + hyport_8h.html + 7a5e2004edc6b0f95abce4f0a3608dbc + (param1, param2, param3, param4, param5) + + + #define + hystr_ftime + hyport_8h.html + 3a48360f9540b49d24742998ca86550b + (param1, param2, param3) + + + #define [... 5217 lines stripped ...]