dsoerr.h 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #include <contrib/libs/openssl/redef.h>
  2. /*
  3. * Generated by util/mkerr.pl DO NOT EDIT
  4. * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
  5. *
  6. * Licensed under the OpenSSL license (the "License"). You may not use
  7. * this file except in compliance with the License. You can obtain a copy
  8. * in the file LICENSE in the source distribution or at
  9. * https://www.openssl.org/source/license.html
  10. */
  11. #ifndef OSSL_INTERNAL_DSOERR_H
  12. # define OSSL_INTERNAL_DSOERR_H
  13. # ifndef HEADER_SYMHACKS_H
  14. # include <openssl/symhacks.h>
  15. # endif
  16. # ifdef __cplusplus
  17. extern "C"
  18. # endif
  19. int ERR_load_DSO_strings(void);
  20. /*
  21. * DSO function codes.
  22. */
  23. # define DSO_F_DLFCN_BIND_FUNC 100
  24. # define DSO_F_DLFCN_LOAD 102
  25. # define DSO_F_DLFCN_MERGER 130
  26. # define DSO_F_DLFCN_NAME_CONVERTER 123
  27. # define DSO_F_DLFCN_UNLOAD 103
  28. # define DSO_F_DL_BIND_FUNC 104
  29. # define DSO_F_DL_LOAD 106
  30. # define DSO_F_DL_MERGER 131
  31. # define DSO_F_DL_NAME_CONVERTER 124
  32. # define DSO_F_DL_UNLOAD 107
  33. # define DSO_F_DSO_BIND_FUNC 108
  34. # define DSO_F_DSO_CONVERT_FILENAME 126
  35. # define DSO_F_DSO_CTRL 110
  36. # define DSO_F_DSO_FREE 111
  37. # define DSO_F_DSO_GET_FILENAME 127
  38. # define DSO_F_DSO_GLOBAL_LOOKUP 139
  39. # define DSO_F_DSO_LOAD 112
  40. # define DSO_F_DSO_MERGE 132
  41. # define DSO_F_DSO_NEW_METHOD 113
  42. # define DSO_F_DSO_PATHBYADDR 105
  43. # define DSO_F_DSO_SET_FILENAME 129
  44. # define DSO_F_DSO_UP_REF 114
  45. # define DSO_F_VMS_BIND_SYM 115
  46. # define DSO_F_VMS_LOAD 116
  47. # define DSO_F_VMS_MERGER 133
  48. # define DSO_F_VMS_UNLOAD 117
  49. # define DSO_F_WIN32_BIND_FUNC 101
  50. # define DSO_F_WIN32_GLOBALLOOKUP 142
  51. # define DSO_F_WIN32_JOINER 135
  52. # define DSO_F_WIN32_LOAD 120
  53. # define DSO_F_WIN32_MERGER 134
  54. # define DSO_F_WIN32_NAME_CONVERTER 125
  55. # define DSO_F_WIN32_PATHBYADDR 109
  56. # define DSO_F_WIN32_SPLITTER 136
  57. # define DSO_F_WIN32_UNLOAD 121
  58. /*
  59. * DSO reason codes.
  60. */
  61. # define DSO_R_CTRL_FAILED 100
  62. # define DSO_R_DSO_ALREADY_LOADED 110
  63. # define DSO_R_EMPTY_FILE_STRUCTURE 113
  64. # define DSO_R_FAILURE 114
  65. # define DSO_R_FILENAME_TOO_BIG 101
  66. # define DSO_R_FINISH_FAILED 102
  67. # define DSO_R_INCORRECT_FILE_SYNTAX 115
  68. # define DSO_R_LOAD_FAILED 103
  69. # define DSO_R_NAME_TRANSLATION_FAILED 109
  70. # define DSO_R_NO_FILENAME 111
  71. # define DSO_R_NULL_HANDLE 104
  72. # define DSO_R_SET_FILENAME_FAILED 112
  73. # define DSO_R_STACK_ERROR 105
  74. # define DSO_R_SYM_FAILURE 106
  75. # define DSO_R_UNLOAD_FAILED 107
  76. # define DSO_R_UNSUPPORTED 108
  77. #endif