Annotation of embedaddon/ntp/lib/isc/win32/libisc.def, revision 1.1

1.1     ! misho       1: LIBRARY libisc
        !             2: 
        !             3: ; Exported Functions
        !             4: EXPORTS
        !             5: 
        !             6: NTReportError
        !             7: closelog
        !             8: isc__buffer_activeregion
        !             9: isc__buffer_add
        !            10: isc__buffer_availableregion
        !            11: isc__buffer_back
        !            12: isc__buffer_clear
        !            13: isc__buffer_consumedregion
        !            14: isc__buffer_first
        !            15: isc__buffer_forward
        !            16: isc__buffer_init
        !            17: isc__buffer_invalidate
        !            18: isc__buffer_putmem
        !            19: isc__buffer_putstr
        !            20: isc__buffer_putuint16
        !            21: isc__buffer_putuint32
        !            22: isc__buffer_putuint48
        !            23: isc__buffer_putuint8
        !            24: isc__buffer_region
        !            25: isc__buffer_remainingregion
        !            26: isc__buffer_setactive
        !            27: isc__buffer_subtract
        !            28: isc__buffer_usedregion
        !            29: isc__mem_allocate
        !            30: isc__mem_free
        !            31: isc__mem_get
        !            32: isc__mem_put
        !            33: isc__mem_putanddetach
        !            34: isc__mem_reallocate
        !            35: isc__mem_strdup
        !            36: isc__mempool_get
        !            37: isc__mempool_put
        !            38: isc__socketmgr_setreserved
        !            39: isc__strerror
        !            40: isc_app_block
        !            41: isc_app_finish
        !            42: isc_app_onrun
        !            43: isc_app_reload
        !            44: isc_app_run
        !            45: isc_app_shutdown
        !            46: isc_app_start
        !            47: isc_app_unblock
        !            48: isc_assertion_setcallback
        !            49: isc_assertion_typetotext
        !            50: isc_base32_decoderegion
        !            51: isc_base32_decodestring
        !            52: isc_base32_tobuffer
        !            53: isc_base32_totext
        !            54: isc_base32hex_decoderegion
        !            55: isc_base32hex_decodestring
        !            56: isc_base32hex_tobuffer
        !            57: isc_base32hex_totext
        !            58: isc_base64_decodestring
        !            59: isc_base64_tobuffer
        !            60: isc_base64_totext
        !            61: isc_bitstring_copy
        !            62: isc_bitstring_init
        !            63: isc_bitstring_invalidate
        !            64: isc_buffer_allocate
        !            65: isc_buffer_compact
        !            66: isc_buffer_copyregion
        !            67: isc_buffer_free
        !            68: isc_buffer_getuint16
        !            69: isc_buffer_getuint32
        !            70: isc_buffer_getuint8
        !            71: isc_buffer_reinit
        !            72: isc_bufferlist_availablecount
        !            73: isc_bufferlist_usedcount
        !            74: isc_commandline_parse
        !            75: isc_condition_broadcast
        !            76: isc_condition_destroy
        !            77: isc_condition_init
        !            78: isc_condition_signal
        !            79: isc_condition_wait
        !            80: isc_condition_waituntil
        !            81: isc_dir_chdir
        !            82: isc_dir_chroot
        !            83: isc_dir_close
        !            84: isc_dir_init
        !            85: isc_dir_open
        !            86: isc_dir_read
        !            87: isc_dir_reset
        !            88: isc_entropy_addcallbacksample
        !            89: isc_entropy_addsample
        !            90: isc_entropy_attach
        !            91: isc_entropy_create
        !            92: isc_entropy_createcallbacksource
        !            93: isc_entropy_createfilesource
        !            94: isc_entropy_createsamplesource
        !            95: isc_entropy_destroysource
        !            96: isc_entropy_detach
        !            97: isc_entropy_getdata
        !            98: isc_entropy_putdata
        !            99: isc_entropy_stats
        !           100: isc_entropy_status
        !           101: isc_entropy_stopcallbacksources
        !           102: isc_entropy_usebestsource
        !           103: isc_error_fatal
        !           104: isc_error_runtimecheck
        !           105: isc_error_setfatal
        !           106: isc_error_setunexpected
        !           107: isc_error_unexpected
        !           108: isc_event_allocate
        !           109: isc_event_free
        !           110: isc_file_absolutepath
        !           111: isc_file_basename
        !           112: isc_file_exists
        !           113: isc_file_getmodtime
        !           114: isc_file_isabsolute
        !           115: isc_file_ischdiridempotent
        !           116: isc_file_iscurrentdir
        !           117: isc_file_mktemplate
        !           118: isc_file_openunique
        !           119: isc_file_progname
        !           120: isc_file_remove
        !           121: isc_file_rename
        !           122: isc_file_renameunique
        !           123: isc_file_safemovefile
        !           124: isc_file_settime
        !           125: isc_file_template
        !           126: isc_file_truncate
        !           127: isc_fsaccess_add
        !           128: isc_fsaccess_changeowner
        !           129: isc_fsaccess_remove
        !           130: isc_fsaccess_set
        !           131: isc_hash_calc
        !           132: isc_hash_create
        !           133: isc_hash_ctxattach
        !           134: isc_hash_ctxcalc
        !           135: isc_hash_ctxcreate
        !           136: isc_hash_ctxdetach
        !           137: isc_hash_ctxinit
        !           138: isc_hash_destroy
        !           139: isc_hash_init
        !           140: isc_heap_create
        !           141: isc_heap_decreased
        !           142: isc_heap_delete
        !           143: isc_heap_destroy
        !           144: isc_heap_element
        !           145: isc_heap_increased
        !           146: isc_heap_insert
        !           147: isc_hex_decodestring
        !           148: isc_hex_tobuffer
        !           149: isc_hex_totext
        !           150: isc_hmacmd5_init
        !           151: isc_hmacmd5_invalidate
        !           152: isc_hmacmd5_sign
        !           153: isc_hmacmd5_update
        !           154: isc_hmacmd5_verify
        !           155: isc_hmacmd5_verify2
        !           156: isc_hmacsha1_init
        !           157: isc_hmacsha1_invalidate
        !           158: isc_hmacsha1_sign
        !           159: isc_hmacsha1_update
        !           160: isc_hmacsha1_verify
        !           161: isc_hmacsha224_init
        !           162: isc_hmacsha224_invalidate
        !           163: isc_hmacsha224_sign
        !           164: isc_hmacsha224_update
        !           165: isc_hmacsha224_verify
        !           166: isc_hmacsha256_init
        !           167: isc_hmacsha256_invalidate
        !           168: isc_hmacsha256_sign
        !           169: isc_hmacsha256_update
        !           170: isc_hmacsha256_verify
        !           171: isc_hmacsha384_init
        !           172: isc_hmacsha384_invalidate
        !           173: isc_hmacsha384_sign
        !           174: isc_hmacsha384_update
        !           175: isc_hmacsha384_verify
        !           176: isc_hmacsha512_init
        !           177: isc_hmacsha512_invalidate
        !           178: isc_hmacsha512_sign
        !           179: isc_hmacsha512_update
        !           180: isc_hmacsha512_verify
        !           181: isc_httpdmgr_addurl
        !           182: isc_httpdmgr_create
        !           183: isc_httpdmgr_shutdown
        !           184: isc_interfaceiter_create
        !           185: isc_interfaceiter_current
        !           186: isc_interfaceiter_destroy
        !           187: isc_interfaceiter_first
        !           188: isc_interfaceiter_next
        !           189: isc_interval_iszero
        !           190: isc_interval_set
        !           191: isc_iterated_hash
        !           192: isc_keyboard_canceled
        !           193: isc_keyboard_close
        !           194: isc_keyboard_getchar
        !           195: isc_keyboard_open
        !           196: isc_lex_close
        !           197: isc_lex_create
        !           198: isc_lex_destroy
        !           199: isc_lex_getcomments
        !           200: isc_lex_getlasttokentext
        !           201: isc_lex_getmastertoken
        !           202: isc_lex_getoctaltoken
        !           203: isc_lex_getsourceline
        !           204: isc_lex_getsourcename
        !           205: isc_lex_getspecials
        !           206: isc_lex_gettoken
        !           207: isc_lex_isfile
        !           208: isc_lex_openbuffer
        !           209: isc_lex_openfile
        !           210: isc_lex_openstream
        !           211: isc_lex_setcomments
        !           212: isc_lex_setspecials
        !           213: isc_lex_ungettoken
        !           214: isc_lfsr_generate
        !           215: isc_lfsr_generate32
        !           216: isc_lfsr_init
        !           217: isc_lfsr_skip
        !           218: isc_lib_initmsgcat
        !           219: isc_log_categorybyname
        !           220: isc_log_closefilelogs
        !           221: isc_log_create
        !           222: isc_log_createchannel
        !           223: isc_log_destroy
        !           224: isc_log_getdebuglevel
        !           225: isc_log_getduplicateinterval
        !           226: isc_log_gettag
        !           227: isc_log_ivwrite
        !           228: isc_log_ivwrite1
        !           229: isc_log_iwrite
        !           230: isc_log_iwrite1
        !           231: isc_log_modulebyname
        !           232: isc_log_opensyslog
        !           233: isc_log_registercategories
        !           234: isc_log_registermodules
        !           235: isc_log_setcontext
        !           236: isc_log_setdebuglevel
        !           237: isc_log_setduplicateinterval
        !           238: isc_log_settag
        !           239: isc_log_usechannel
        !           240: isc_log_vwrite
        !           241: isc_log_vwrite1
        !           242: isc_log_wouldlog
        !           243: isc_log_write
        !           244: isc_log_write1
        !           245: isc_logconfig_create
        !           246: isc_logconfig_destroy
        !           247: isc_logconfig_get
        !           248: isc_logconfig_use
        !           249: isc_md5_final
        !           250: isc_md5_init
        !           251: isc_md5_invalidate
        !           252: isc_md5_update
        !           253: isc_mem_attach
        !           254: isc_mem_checkdestroyed
        !           255: isc_mem_create
        !           256: isc_mem_create2
        !           257: isc_mem_createx
        !           258: isc_mem_createx2
        !           259: isc_mem_destroy
        !           260: isc_mem_detach
        !           261: isc_mem_getname
        !           262: isc_mem_getquota
        !           263: isc_mem_gettag
        !           264: isc_mem_inuse
        !           265: isc_mem_ondestroy
        !           266: isc_mem_references
        !           267: isc_mem_setdestroycheck
        !           268: isc_mem_setname
        !           269: isc_mem_setquota
        !           270: isc_mem_setwater
        !           271: isc_mem_stats
        !           272: isc_mem_waterack
        !           273: isc_mempool_associatelock
        !           274: isc_mempool_create
        !           275: isc_mempool_destroy
        !           276: isc_mempool_getallocated
        !           277: isc_mempool_getfillcount
        !           278: isc_mempool_getfreecount
        !           279: isc_mempool_getfreemax
        !           280: isc_mempool_getmaxalloc
        !           281: isc_mempool_setfillcount
        !           282: isc_mempool_setfreemax
        !           283: isc_mempool_setmaxalloc
        !           284: isc_mempool_setname
        !           285: isc_msgcat_close
        !           286: isc_msgcat_get
        !           287: isc_msgcat_open
        !           288: isc_mutexblock_destroy
        !           289: isc_mutexblock_init
        !           290: isc_net_aton
        !           291: isc_net_disableipv4
        !           292: isc_net_disableipv6
        !           293: isc_net_getudpportrange
        !           294: isc_net_ntop
        !           295: isc_net_probe_ipv6only
        !           296: isc_net_probe_ipv6pktinfo
        !           297: isc_net_probeipv4
        !           298: isc_net_probeipv6
        !           299: isc_net_probeunix
        !           300: isc_net_pton
        !           301: isc_netaddr_any
        !           302: isc_netaddr_any6
        !           303: isc_netaddr_eqprefix
        !           304: isc_netaddr_equal
        !           305: isc_netaddr_format
        !           306: isc_netaddr_fromin
        !           307: isc_netaddr_fromin6
        !           308: isc_netaddr_frompath
        !           309: isc_netaddr_fromsockaddr
        !           310: isc_netaddr_fromv4mapped
        !           311: isc_netaddr_ismulticast
        !           312: isc_netaddr_masktoprefixlen
        !           313: isc_netaddr_prefixok
        !           314: isc_netaddr_setzone
        !           315: isc_netaddr_totext
        !           316: isc_netscope_pton
        !           317: isc_ntpaths_get
        !           318: isc_ntpaths_init
        !           319: isc_once_do
        !           320: isc_ondestroy_init
        !           321: isc_ondestroy_notify
        !           322: isc_ondestroy_register
        !           323: isc_os_ncpus
        !           324: isc_parse_uint16
        !           325: isc_parse_uint32
        !           326: isc_parse_uint8
        !           327: isc_portset_add
        !           328: isc_portset_addrange
        !           329: isc_portset_create
        !           330: isc_portset_destroy
        !           331: isc_portset_isset
        !           332: isc_portset_nports
        !           333: isc_portset_remove
        !           334: isc_portset_removerange
        !           335: isc_quota_attach
        !           336: isc_quota_destroy
        !           337: isc_quota_detach
        !           338: isc_quota_init
        !           339: isc_quota_max
        !           340: isc_quota_release
        !           341: isc_quota_reserve
        !           342: isc_quota_soft
        !           343: isc_radix_create
        !           344: isc_radix_destroy
        !           345: isc_radix_insert
        !           346: isc_radix_process
        !           347: isc_radix_remove
        !           348: isc_radix_search
        !           349: isc_random_get
        !           350: isc_random_jitter
        !           351: isc_random_seed
        !           352: isc_ratelimiter_attach
        !           353: isc_ratelimiter_create
        !           354: isc_ratelimiter_detach
        !           355: isc_ratelimiter_enqueue
        !           356: isc_ratelimiter_setinterval
        !           357: isc_ratelimiter_setpertic
        !           358: isc_ratelimiter_shutdown
        !           359: isc_refcount_init
        !           360: isc_region_compare
        !           361: isc_resource_getcurlimit
        !           362: isc_resource_getlimit
        !           363: isc_resource_setlimit
        !           364: isc_result_register
        !           365: isc_result_totext
        !           366: isc_rwlock_destroy
        !           367: isc_rwlock_downgrade
        !           368: isc_rwlock_init
        !           369: isc_rwlock_lock
        !           370: isc_rwlock_trylock
        !           371: isc_rwlock_tryupgrade
        !           372: isc_rwlock_unlock
        !           373: isc_serial_eq
        !           374: isc_serial_ge
        !           375: isc_serial_gt
        !           376: isc_serial_le
        !           377: isc_serial_lt
        !           378: isc_serial_ne
        !           379: isc_sha1_final
        !           380: isc_sha1_init
        !           381: isc_sha1_invalidate
        !           382: isc_sha1_update
        !           383: isc_sha224_final
        !           384: isc_sha224_init
        !           385: isc_sha224_update
        !           386: isc_sha256_final
        !           387: isc_sha256_init
        !           388: isc_sha256_update
        !           389: isc_sha384_final
        !           390: isc_sha384_init
        !           391: isc_sha384_update
        !           392: isc_sha512_final
        !           393: isc_sha512_init
        !           394: isc_sha512_update
        !           395: isc_sockaddr_any
        !           396: isc_sockaddr_any6
        !           397: isc_sockaddr_anyofpf
        !           398: isc_sockaddr_compare
        !           399: isc_sockaddr_eqaddr
        !           400: isc_sockaddr_eqaddrprefix
        !           401: isc_sockaddr_equal
        !           402: isc_sockaddr_format
        !           403: isc_sockaddr_fromin
        !           404: isc_sockaddr_fromin6
        !           405: isc_sockaddr_fromnetaddr
        !           406: isc_sockaddr_frompath
        !           407: isc_sockaddr_getport
        !           408: isc_sockaddr_hash
        !           409: isc_sockaddr_isexperimental
        !           410: isc_sockaddr_ismulticast
        !           411: isc_sockaddr_pf
        !           412: isc_sockaddr_setport
        !           413: isc_sockaddr_totext
        !           414: isc_sockaddr_v6fromin
        !           415: isc_socket_accept
        !           416: isc_socket_attach
        !           417: isc_socket_bind
        !           418: isc_socket_cancel
        !           419: isc_socket_cleanunix
        !           420: isc_socket_close
        !           421: isc_socket_connect
        !           422: isc_socket_create
        !           423: isc_socket_detach
        !           424: isc_socket_filter
        !           425: isc_socket_getname
        !           426: isc_socket_getpeername
        !           427: isc_socket_getsockname
        !           428: isc_socket_gettag
        !           429: isc_socket_gettype
        !           430: isc_socket_ipv6only
        !           431: isc_socket_isbound
        !           432: isc_socket_listen
        !           433: isc_socket_open
        !           434: isc_socket_permunix
        !           435: isc_socket_recv
        !           436: isc_socket_recv2
        !           437: isc_socket_recvv
        !           438: isc_socket_send
        !           439: isc_socket_sendto
        !           440: isc_socket_sendto2
        !           441: isc_socket_sendtov
        !           442: isc_socket_sendv
        !           443: isc_socket_setname
        !           444: isc_socketmgr_create
        !           445: isc_socketmgr_create2
        !           446: isc_socketmgr_destroy
        !           447: isc_socketmgr_getmaxsockets
        !           448: isc_socketmgr_setstats
        !           449: isc_stats_create
        !           450: isc_stats_attach
        !           451: isc_stats_detach
        !           452: isc_stats_ncounters
        !           453: isc_stats_increment
        !           454: isc_stats_decrement
        !           455: isc_stats_dump
        !           456: isc_stdio_close
        !           457: isc_stdio_flush
        !           458: isc_stdio_open
        !           459: isc_stdio_read
        !           460: isc_stdio_seek
        !           461: isc_stdio_sync
        !           462: isc_stdio_write
        !           463: isc_stdtime_get
        !           464: isc_string_append
        !           465: isc_string_append_truncate
        !           466: isc_string_copy
        !           467: isc_string_copy_truncate
        !           468: isc_string_printf
        !           469: isc_string_printf_truncate
        !           470: isc_string_regiondup
        !           471: isc_string_separate
        !           472: isc_string_strlcat
        !           473: isc_string_strlcpy
        !           474: isc_string_touint64
        !           475: isc_symtab_create
        !           476: isc_symtab_define
        !           477: isc_symtab_destroy
        !           478: isc_symtab_lookup
        !           479: isc_symtab_undefine
        !           480: isc_syslog_facilityfromstring
        !           481: isc_task_attach
        !           482: isc_task_beginexclusive
        !           483: isc_task_create
        !           484: isc_task_destroy
        !           485: isc_task_detach
        !           486: isc_task_endexclusive
        !           487: isc_task_getcurrenttime
        !           488: isc_task_getname
        !           489: isc_task_gettag
        !           490: isc_task_onshutdown
        !           491: isc_task_purge
        !           492: isc_task_purgeevent
        !           493: isc_task_purgerange
        !           494: isc_task_send
        !           495: isc_task_sendanddetach
        !           496: isc_task_setname
        !           497: isc_task_shutdown
        !           498: isc_task_unsend
        !           499: isc_task_unsendrange
        !           500: isc_taskmgr_create
        !           501: isc_taskmgr_destroy
        !           502: isc_taskpool_create
        !           503: isc_taskpool_destroy
        !           504: isc_taskpool_gettask
        !           505: isc_thread_create
        !           506: isc_thread_join
        !           507: isc_thread_key_create
        !           508: isc_thread_key_delete
        !           509: isc_thread_key_getspecific
        !           510: isc_thread_key_setspecific
        !           511: isc_thread_setconcurrency
        !           512: isc_time_add
        !           513: isc_time_compare
        !           514: isc_time_isepoch
        !           515: isc_time_microdiff
        !           516: isc_time_nanoseconds
        !           517: isc_time_now
        !           518: isc_time_nowplusinterval
        !           519: isc_time_seconds
        !           520: isc_time_set
        !           521: isc_time_settoepoch
        !           522: isc_time_subtract
        !           523: isc_timer_attach
        !           524: isc_timer_create
        !           525: isc_timer_detach
        !           526: isc_timer_reset
        !           527: isc_timer_touch
        !           528: isc_timermgr_create
        !           529: isc_timermgr_destroy
        !           530: isc_timermgr_poke
        !           531: isc_win32os_majorversion
        !           532: isc_win32os_minorversion
        !           533: isc_win32os_servicepackmajor
        !           534: isc_win32os_servicepackminor
        !           535: isc_win32os_versioncheck
        !           536: openlog
        !           537: syslog
        !           538: 
        !           539: ; Exported Data
        !           540: 
        !           541: EXPORTS
        !           542: 
        !           543: isc_assertion_failed           DATA
        !           544: isc_commandline_argument       DATA
        !           545: isc_commandline_errprint       DATA
        !           546: isc_commandline_index          DATA
        !           547: isc_commandline_option         DATA
        !           548: isc_commandline_progname       DATA
        !           549: isc_commandline_reset          DATA
        !           550: isc_mem_debugging              DATA
        !           551:                        

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>