Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

248 lines
5.5 KiB

  1. // This file contains directives for how to order the functions.
  2. #include "wininet.fmap"
  3. libwininet.so.1
  4. {
  5. global:
  6. InternetTimeFromSystemTimeW;
  7. InternetTimeFromSystemTimeA;
  8. InternetTimeToSystemTimeA;
  9. InternetTimeToSystemTimeW;
  10. InternetDebugGetLocalTime;
  11. InternetCrackUrlA;
  12. InternetCrackUrlW;
  13. InternetCreateUrlA;
  14. InternetCreateUrlW;
  15. InternetCanonicalizeUrlA;
  16. InternetCanonicalizeUrlW;
  17. InternetCombineUrlA;
  18. InternetCombineUrlW;
  19. InternetOpenA;
  20. InternetOpenW;
  21. InternetCloseHandle;
  22. InternetConnectA;
  23. InternetConnectW;
  24. InternetOpenUrlA;
  25. InternetOpenUrlW;
  26. InternetSetFilePointer;
  27. InternetReadFile;
  28. InternetReadFileExA;
  29. InternetReadFileExW;
  30. InternetWriteFile;
  31. InternetWriteFileExA;
  32. InternetWriteFileExW;
  33. InternetQueryDataAvailable;
  34. InternetFindNextFileA;
  35. InternetFindNextFileW;
  36. InternetQueryOptionA;
  37. InternetQueryOptionW;
  38. InternetSetOptionA;
  39. InternetSetOptionW;
  40. InternetSetOptionExA;
  41. InternetSetOptionExW;
  42. InternetGetLastResponseInfoA;
  43. InternetGetLastResponseInfoW;
  44. InternetSetStatusCallbackA;
  45. InternetSetStatusCallbackW;
  46. InternetConfirmZoneCrossingA;
  47. InternetConfirmZoneCrossingW;
  48. FtpFindFirstFileA;
  49. FtpFindFirstFileW;
  50. FtpGetFileA;
  51. FtpGetFileW;
  52. FtpPutFileA;
  53. FtpPutFileW;
  54. FtpDeleteFileA;
  55. FtpDeleteFileW;
  56. FtpRenameFileA;
  57. FtpRenameFileW;
  58. FtpOpenFileA;
  59. FtpOpenFileW;
  60. FtpCreateDirectoryA;
  61. FtpCreateDirectoryW;
  62. FtpRemoveDirectoryA;
  63. FtpRemoveDirectoryW;
  64. FtpSetCurrentDirectoryA;
  65. FtpSetCurrentDirectoryW;
  66. FtpGetCurrentDirectoryA;
  67. FtpGetCurrentDirectoryW;
  68. // ;FtpCommandA
  69. // ;FtpCommandW
  70. GopherCreateLocatorA;
  71. GopherCreateLocatorW;
  72. GopherGetLocatorTypeA;
  73. GopherGetLocatorTypeW;
  74. GopherFindFirstFileA;
  75. GopherFindFirstFileW;
  76. GopherOpenFileA;
  77. GopherOpenFileW;
  78. GopherGetAttributeA;
  79. GopherGetAttributeW;
  80. // ;GopherSendDataA;
  81. // ;GopherSendDataW;
  82. HttpOpenRequestA;
  83. HttpOpenRequestW;
  84. HttpAddRequestHeadersA;
  85. HttpAddRequestHeadersW;
  86. HttpSendRequestA;
  87. HttpSendRequestW;
  88. HttpSendRequestExA;
  89. HttpSendRequestExW;
  90. HttpEndRequestA;
  91. HttpEndRequestW;
  92. HttpQueryInfoA;
  93. HttpQueryInfoW;
  94. InternetErrorDlg;
  95. InternetSetCookieA;
  96. InternetSetCookieW;
  97. InternetGetCookieA;
  98. InternetGetCookieW;
  99. CreateUrlCacheEntryA;
  100. CreateUrlCacheEntryW;
  101. CommitUrlCacheEntryA;
  102. CommitUrlCacheEntryW;
  103. RetrieveUrlCacheEntryFileA;
  104. RetrieveUrlCacheEntryFileW;
  105. UnlockUrlCacheEntryFileA;
  106. UnlockUrlCacheEntryFileW;
  107. RetrieveUrlCacheEntryStreamA;
  108. RetrieveUrlCacheEntryStreamW;
  109. ReadUrlCacheEntryStream;
  110. UnlockUrlCacheEntryStream;
  111. GetUrlCacheEntryInfoA;
  112. GetUrlCacheEntryInfoW;
  113. GetUrlCacheEntryInfoExA;
  114. GetUrlCacheEntryInfoExW;
  115. SetUrlCacheEntryInfoA;
  116. SetUrlCacheEntryInfoW;
  117. DeleteUrlCacheEntryW;
  118. DeleteUrlCacheEntryA;
  119. FindFirstUrlCacheContainerA;
  120. FindFirstUrlCacheContainerW;
  121. FindNextUrlCacheContainerA;
  122. FindNextUrlCacheContainerW;
  123. CreateUrlCacheContainerA;
  124. CreateUrlCacheContainerW;
  125. DeleteUrlCacheContainerA;
  126. DeleteUrlCacheContainerW;
  127. FindFirstUrlCacheEntryA;
  128. FindFirstUrlCacheEntryW;
  129. FindFirstUrlCacheEntryExA;
  130. FindFirstUrlCacheEntryExW;
  131. FindNextUrlCacheEntryA;
  132. FindNextUrlCacheEntryW;
  133. FindNextUrlCacheEntryExA;
  134. FindNextUrlCacheEntryExW;
  135. FindCloseUrlCache;
  136. CreateUrlCacheGroup;
  137. DeleteUrlCacheGroup;
  138. SetUrlCacheEntryGroupA;
  139. SetUrlCacheEntryGroupW;
  140. FreeUrlCacheSpaceA;
  141. FreeUrlCacheSpaceW;
  142. GetUrlCacheConfigInfoA;
  143. GetUrlCacheConfigInfoW;
  144. SetUrlCacheConfigInfoA;
  145. SetUrlCacheConfigInfoW;
  146. GetUrlCacheHeaderData;
  147. SetUrlCacheHeaderData;
  148. IncrementUrlCacheHeaderData;
  149. LoadUrlCacheContent;
  150. UpdateUrlCacheContentPath;
  151. //; InternetAddHistoryItem
  152. //; InternetIsHistorical
  153. // ; BUGBUG [arthurbi] - Remove this function after Beta 1.
  154. // ; This is exported out of WININET so MSHTML can reuse
  155. // ; some of the IE 2 SSL code without too much modification.
  156. // ;
  157. // ; POST-BETA1 we need to have InternetErrorDlg do all
  158. // ; the work for MSHTML. That way we impliment ONE
  159. // ; set Certifcate UI code.
  160. // ;
  161. InternetShowSecurityInfoByURLW;
  162. InternetShowSecurityInfoByURLA;
  163. RunOnceUrlCache;
  164. DeleteIE3Cache;
  165. //; A caller may call this the first time to
  166. //; so we make a winsock call, which may invoke dial
  167. //; dialog
  168. InternetAttemptConnect;
  169. ShowSecurityInfo;
  170. ShowX509EncodedCertificate;
  171. ShowClientAuthCerts;
  172. ParseX509EncodedCertificateForListBoxEntry;
  173. InternetLockRequestFile;
  174. InternetUnlockRequestFile;
  175. InternetCheckConnectionA;
  176. InternetCheckConnectionW;
  177. InternetInitializeAutoProxyDll;
  178. InternetAutodialCallback;
  179. InternetDialA;
  180. InternetDialW;
  181. InternetHangUp;
  182. InternetGoOnlineW;
  183. InternetGoOnlineA;
  184. InternetAutodial;
  185. InternetAutodialHangup;
  186. InternetSetDialStateA;
  187. InternetSetDialStateW;
  188. InternetGetConnectedState;
  189. InternetGetConnectedStateExA;
  190. InternetGetConnectedStateExW;
  191. // ; Exports for the Security Zones functions.
  192. IsHostInProxyBypassList;
  193. // ; Called by setup to install registry entries needed by Wininet.
  194. // ; was PRIVATE in wininet.def
  195. DllInstall;
  196. InternetGetCertByURLA;
  197. ShowCertificate;
  198. StrTokEx;
  199. StrToDbl;
  200. _____wininet_initDLL;
  201. unixForceAutoProxSync;
  202. unixCleanupWininetCacheLockFile;
  203. unixGetWininetCacheLockStatus;
  204. local:
  205. *;
  206. };