Home
last modified time | relevance | path

Searched defs:fct (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dinit.h34 #define REGISTER_POST_CHECK(fct) \ argument
38 #define REGISTER_POST_PROXY_CHECK(fct) \ argument
42 #define REGISTER_POST_SERVER_CHECK(fct) \ argument
46 #define REGISTER_POST_DEINIT(fct) \ argument
50 #define REGISTER_PROXY_DEINIT(fct) \ argument
54 #define REGISTER_SERVER_DEINIT(fct) \ argument
58 #define REGISTER_PER_THREAD_ALLOC(fct) \ argument
62 #define REGISTER_PER_THREAD_INIT(fct) \ argument
66 #define REGISTER_PER_THREAD_DEINIT(fct) \ argument
70 #define REGISTER_PER_THREAD_FREE(fct) \ argument
H A Dinit-t.h11 int (*fct)(); member
16 int (*fct)(struct proxy *); member
21 int (*fct)(struct server *); member
26 int (*fct)(); member
31 int (*fct)(); member
36 void (*fct)(); member
41 void (*fct)(struct proxy *); member
46 void (*fct)(struct server *); member
51 void (*fct)(); member
56 void (*fct)(); member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dglobal.h110 #define REGISTER_POST_CHECK(fct) \ argument
114 #define REGISTER_POST_PROXY_CHECK(fct) \ argument
118 #define REGISTER_POST_SERVER_CHECK(fct) \ argument
122 #define REGISTER_POST_DEINIT(fct) \ argument
126 #define REGISTER_PROXY_DEINIT(fct) \ argument
130 #define REGISTER_SERVER_DEINIT(fct) \ argument
134 #define REGISTER_PER_THREAD_ALLOC(fct) \ argument
138 #define REGISTER_PER_THREAD_INIT(fct) \ argument
142 #define REGISTER_PER_THREAD_DEINIT(fct) \ argument
146 #define REGISTER_PER_THREAD_FREE(fct) \ argument
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dglobal.h110 #define REGISTER_POST_CHECK(fct) \ argument
114 #define REGISTER_POST_PROXY_CHECK(fct) \ argument
118 #define REGISTER_POST_SERVER_CHECK(fct) \ argument
122 #define REGISTER_POST_DEINIT(fct) \ argument
126 #define REGISTER_PROXY_DEINIT(fct) \ argument
130 #define REGISTER_SERVER_DEINIT(fct) \ argument
134 #define REGISTER_PER_THREAD_ALLOC(fct) \ argument
138 #define REGISTER_PER_THREAD_INIT(fct) \ argument
142 #define REGISTER_PER_THREAD_DEINIT(fct) \ argument
146 #define REGISTER_PER_THREAD_FREE(fct) \ argument
/dports/devel/spatialindex/spatialindex-src-1.8.5/include/spatialindex/tools/
H A Drand48.h47 # define __NTH(fct) __attribute__ ((__nothrow__)) fct argument
51 # define __NTH(fct) fct throw () argument
54 # define __NTH(fct) fct argument
61 # define __NTH(fct) fct argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_smu_controls.c110 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_release() local
117 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_set() local
130 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_get() local
137 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_min() local
143 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_max() local
159 struct smu_fan_control *fct; in smu_fan_create() local
274 struct smu_fan_control *fct; in smu_controls_init() local
293 struct smu_fan_control *fct; in smu_controls_init() local
311 struct smu_fan_control *fct; in smu_controls_exit() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_smu_controls.c110 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_release() local
117 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_set() local
130 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_get() local
137 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_min() local
143 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_max() local
159 struct smu_fan_control *fct; in smu_fan_create() local
274 struct smu_fan_control *fct; in smu_controls_init() local
293 struct smu_fan_control *fct; in smu_controls_init() local
311 struct smu_fan_control *fct; in smu_controls_exit() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_smu_controls.c110 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_release() local
117 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_set() local
130 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_get() local
137 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_min() local
143 struct smu_fan_control *fct = to_smu_fan(ct); in smu_fan_max() local
159 struct smu_fan_control *fct; in smu_fan_create() local
274 struct smu_fan_control *fct; in smu_controls_init() local
293 struct smu_fan_control *fct; in smu_controls_init() local
311 struct smu_fan_control *fct; in smu_controls_exit() local
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/spy/
H A Dlibpcscspy.c40 #define p_SCardReleaseContext(fct) LONG(fct)(SCARDCONTEXT hContext) argument
42 #define p_SCardIsValidContext(fct) LONG(fct) (SCARDCONTEXT hContext) argument
48 #define p_SCardDisconnect(fct) LONG(fct) (SCARDHANDLE hCard, DWORD dwDisposition) argument
50 #define p_SCardBeginTransaction(fct) LONG(fct) (SCARDHANDLE hCard) argument
52 #define p_SCardEndTransaction(fct) LONG(fct) (SCARDHANDLE hCard, DWORD dwDisposition) argument
62 #define p_SCardListReaderGroups(fct) LONG(fct) (SCARDCONTEXT hContext, LPSTR mszGroups, LPDWORD pcc… argument
66 #define p_SCardFreeMemory(fct) LONG(fct) (SCARDCONTEXT hContext, LPCVOID pvMem) argument
68 #define p_SCardCancel(fct) LONG(fct) (SCARDCONTEXT hContext) argument
70 #define p_SCardGetAttrib(fct) LONG(fct) (SCARDHANDLE hCard, DWORD dwAttrId, LPBYTE pbAttr, LPDWORD … argument
72 #define p_SCardSetAttrib(fct) LONG(fct) (SCARDHANDLE hCard, DWORD dwAttrId, LPCBYTE pbAttr, DWORD c… argument
[all …]
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dcompiler.h24 #define instruction(arg, fct, param) add_instr(#fct, arg, fct, param) argument
30 #define instruction(arg, fct, param) add_instr(fct, param) argument
53 #define XEQ_(fct) instruction(0, fct, (_param)NULL) argument
54 #define XEQ(fct,ptr) instruction(1, fct, (_param)(void *)ptr) argument
55 #define SET_(fct,lbl) instruction(3, fct, (_param)(lbl)) argument
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dinit.c77 void hap_register_post_check(int (*fct)()) in hap_register_post_check()
125 void hap_register_post_deinit(void (*fct)()) in hap_register_post_deinit()
171 void hap_register_per_thread_alloc(int (*fct)()) in hap_register_per_thread_alloc()
185 void hap_register_per_thread_init(int (*fct)()) in hap_register_per_thread_init()
199 void hap_register_per_thread_deinit(void (*fct)()) in hap_register_per_thread_deinit()
213 void hap_register_per_thread_free(void (*fct)()) in hap_register_per_thread_free()
/dports/security/pks/pks/
H A Dlogging.c83 log_debug (const char *fct, const char *msg) in log_debug()
92 log_info (const char *fct, const char *msg) in log_info()
101 log_error (const char *fct, const char *msg) in log_error()
110 log_fatal (const char *fct, const char *msg) in log_fatal()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/AlbertaNum/Common/
H A Dalloc.c72 #define ALLOC_ERR(fct,file,line)\ argument
80 void *alberta_alloc(size_t size, const char *fct, const char *file, int line) in alberta_alloc()
103 const char *fct, const char *file, int line) in alberta_realloc()
125 void *alberta_calloc(size_t size, size_t elsize, const char *fct, in alberta_calloc()
167 WORKSPACE *get_workspace(size_t size, const char *fct, const char *f, int l) in get_workspace()
178 const char *fct, const char *file, int line) in realloc_workspace()
227 const char *fct, const char *file, int line) in alberta_matrix()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3c/
H A Ddk3signl.c35 dk3signal_sigaction(int signo, dk3_signal_disp_t fct) in dk3signal_sigaction()
62 dk3signal_set(int signo, dk3_signal_disp_t fct) in dk3signal_set()
92 dk3_signal_disp_t DK3_ARG_UNUSED(fct) in dk3signal_refresh()
/dports/science/tfel-edf/tfel-3.2.1/src/System/
H A DExternalLibraryManager.cxx1243 auto fct = ::tfel_getCastemFunction(lib, f.c_str()); in getCastemFunction() local
1257 const auto fct = ::tfel_getCFunction0(lib, f.c_str()); in getCFunction0() local
1271 const auto fct = ::tfel_getCFunction1(lib, f.c_str()); in getCFunction1() local
1285 const auto fct = ::tfel_getCFunction2(lib, f.c_str()); in getCFunction2() local
1299 const auto fct = ::tfel_getCFunction3(lib, f.c_str()); in getCFunction3() local
1313 const auto fct = ::tfel_getCFunction4(lib, f.c_str()); in getCFunction4() local
1327 const auto fct = ::tfel_getCFunction5(lib, f.c_str()); in getCFunction5() local
1341 const auto fct = ::tfel_getCFunction6(lib, f.c_str()); in getCFunction6() local
1355 const auto fct = ::tfel_getCFunction7(lib, f.c_str()); in getCFunction7() local
1369 const auto fct = ::tfel_getCFunction8(lib, f.c_str()); in getCFunction8() local
[all …]
/dports/math/fxt/fxt/src/bpol/
H A Dbitpol-print.cc111 bitpol_print_factorization(const char *bla, const ulong *f, const ulong *e, ulong fct) in bitpol_print_factorization()
127 bitpol_print_bin_factorization(const char *bla, const ulong *f, const ulong *e, ulong fct) in bitpol_print_bin_factorization()
144 bitpol_print_coeff_factorization(const char *bla, const ulong *f, const ulong *e, ulong fct) in bitpol_print_coeff_factorization()
160 bitpol_print_tex_factorization(const char *bla, const ulong *f, const ulong *e, ulong fct) in bitpol_print_tex_factorization()
176 bitpol_print_short_factorization(const char *bla, const ulong *f, const ulong *e, ulong fct) in bitpol_print_short_factorization()
H A Dbitpol-factor.cc36 ulong fct = bitpol_factor_squarefree(cf, f); in bitpol_factor() local
65 bitpol_sort_factorization(ulong *f, ulong *e, ulong fct) in bitpol_sort_factorization()
91 bitpol_test_factorization(ulong c, const ulong *f, const ulong *e, ulong fct, ulong &fi) in bitpol_test_factorization()
/dports/textproc/bibtool/BibTool/
H A Dwordlist.c106 int delete_word(sym, wlp, fct) /* */ in delete_word() argument
137 void free_words(wlp, fct) /* */ in free_words() argument
174 bool foreach_word(wl, fct) /* */ in foreach_word() argument
/dports/science/tfel/tfel-3.4.0/src/System/
H A DExternalLibraryManager.cxx1056 const auto fct = in getGenericBehaviourRotateGradientsFunction() local
1071 const auto fct = in getGenericBehaviourRotateArrayOfGradientsFunction() local
1086 const auto fct = in getGenericBehaviourRotateThermodynamicForcesFunction() local
1102 const auto fct = in getGenericBehaviourRotateArrayOfThermodynamicForcesFunction() local
1117 const auto fct = in getGenericBehaviourRotateTangentOperatorBlocksFunction() local
1132 const auto fct = in getGenericBehaviourRotateArrayOfTangentOperatorBlocksFunction() local
1254 const auto fct = in getAbaqusExternalBehaviourFunction() local
1284 const auto fct = in getAbaqusExplicitExternalBehaviourFunction() local
1328 const auto fct = in getCastemExternalBehaviourFunction() local
1639 auto fct = ::tfel_getCastemFunction(lib, f.c_str()); in getCastemFunction() local
[all …]
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropMaterial.h44 …int SetEpsilonWeightFunction(const std::string fct, int ny) {return SetValue(fct,WeightEpsilon,ny)… in SetEpsilonWeightFunction()
53 int SetMueWeightFunction(const std::string fct, int ny) {return SetValue(fct,WeightMue,ny);} in SetMueWeightFunction()
62 int SetKappaWeightFunction(const std::string fct, int ny) {return SetValue(fct,WeightKappa,ny);} in SetKappaWeightFunction()
71 int SetSigmaWeightFunction(const std::string fct, int ny) {return SetValue(fct,WeightSigma,ny);} in SetSigmaWeightFunction()
80 int SetDensityWeightFunction(const std::string fct) {return WeightDensity.SetValue(fct);} in SetDensityWeightFunction()
/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_atmo_aerosol_ssh.c152 _tmp_sshaerosol_t fct in _call() local
175 _tmp_sshaerosol_t fct = in _send_bool() local
198 _tmp_sshaerosol_t fct in _send_double() local
221 _tmp_sshaerosol_t fct in _recv_bool() local
245 _tmp_sshaerosol_t fct in _recv_int() local
269 _tmp_sshaerosol_t fct in _recv_double() local
293 _tmp_sshaerosol_t fct in _exchange_char_array() local
312 _tmp_sshaerosol_t fct in _sshaerosol_get_aero_name() local
334 _tmp_sshaerosol_t fct in _exchange_double_array() local
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta_util/src/
H A Dalloc.c62 #define ALLOC_ERR(fct, file, line)\ argument
99 void *alberta_alloc(size_t size, const char *fct, const char *file, int line) in alberta_alloc()
127 const char *fct, const char *file, int line) in alberta_realloc()
173 void *alberta_calloc(size_t size, size_t elsize, const char *fct, in alberta_calloc()
251 WORKSPACE *get_workspace(size_t size, const char *fct, const char *f, int l) in get_workspace()
269 const char *fct, const char *file, int line) in realloc_workspace()
333 const char *fct, const char *file, int line) in alberta_matrix()
374 const char *fct, const char *file, int line) in alberta_3array()
425 const char *fct, const char *file, int line) in alberta_4array()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/extension/
H A Dlog.c28 _log(log_level_t lvl, const gchar *fct, const gchar *fmt, ...) { in _log()
36 va_log(log_level_t lvl, const gchar *fct, const gchar *fmt, va_list ap) { in va_log()
/dports/www/luakit/luakit-2.3/extension/
H A Dlog.c28 _log(log_level_t lvl, const gchar *fct, const gchar *fmt, ...) { in _log()
36 va_log(log_level_t lvl, const gchar *fct, const gchar *fmt, va_list ap) { in va_log()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/
H A Dfunction.hh113 explicit Function (Function<GridView> const& fct, Args&&... args) in Function() function in Dune::Vtk::Function
133 Function (GF&& fct, std::string name, Args&&... args) in Function()
139 Function (F&& fct, Vtk::FieldInfo info, ...) in Function()
150 explicit Function (F&& fct, ...) in Function()
159 explicit Function (std::shared_ptr<VTKFunction<GridView> const> const& fct, ...) in Function()

12345678910>>...42