Home
last modified time | relevance | path

Searched refs:opaque_type (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/rust/custom_mutator-sys/
H A Dbuild.rs20 .opaque_type(r"_.*") in main()
21 .opaque_type("FILE") in main()
22 .opaque_type("in_addr(_t)?") in main()
23 .opaque_type("in_port(_t)?") in main()
24 .opaque_type("sa_family(_t)?") in main()
25 .opaque_type("sockaddr_in(_t)?") in main()
26 .opaque_type("time_t") in main()
/dports/net/py-mpi4py/mpi4py-3.1.3/conf/
H A Dmpiregexes.py31 opaque_type = r'MPI_(?:Datatype|Request|Message|Op|Info|Group|Errhandler|Comm|Win|File)' variable
32 any_mpi_type = r'(?:%s|%s|%s)' % (struct_type, integral_type, opaque_type)
50 OPAQUE_TYPE = join( typedef, canyptr, [opaque_type], eol)
54 HANDLE_VALUE = join(sol, [opaque_type], [upper_name], fallback, eol)
62 fmpi_type = opaque_type.replace('Datatype', 'Type')
66 FUNCTION_C2F = join(sol, [fint_type], [c2f_name], lparen, [opaque_type], rparen, fallback, eol)
67 FUNCTION_F2C = join(sol, [opaque_type], [f2c_name], lparen, [fint_type], rparen, fallback, eol)
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_apiserver.c202 && r->opaque_type == opaque_type) { in lookup_apiserver()
874 opaque_type); in ospf_apiserver_register_opaque_type()
885 regtype->opaque_type = opaque_type; in ospf_apiserver_register_opaque_type()
908 && regtype->opaque_type == opaque_type) { in ospf_apiserver_unregister_opaque_type()
914 opaque_type); in ospf_apiserver_unregister_opaque_type()
932 opaque_type); in ospf_apiserver_unregister_opaque_type()
948 && regtype->opaque_type == opaque_type) { in apiserver_is_opaque_type_registered()
962 uint8_t opaque_type; in ospf_apiserver_handle_register_opaque_type() local
972 opaque_type); in ospf_apiserver_handle_register_opaque_type()
1852 opaque_type = dmsg->opaque_type; in ospf_apiserver_handle_delete_request()
[all …]
H A Dospf_opaque.c218 switch (opaque_type) { in ospf_opaque_type_name()
267 uint8_t opaque_type; member
392 if (functab->opaque_type == opaque_type) { in ospf_register_opaque_functab()
403 new->opaque_type = opaque_type; in ospf_register_opaque_functab()
431 if (functab->opaque_type == opaque_type) { in ospf_delete_opaque_functab()
478 uint8_t opaque_type; member
1389 oipt->opaque_type); in ospf_opaque_lsa_originate_schedule()
1414 oipt->opaque_type); in ospf_opaque_lsa_originate_schedule()
1526 oipt->opaque_type); in ospf_opaque_lsa_reoriginate_resume()
1734 opaque_type); in ospf_opaque_lsa_reoriginate_schedule()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_apiserver.c202 && r->opaque_type == opaque_type) { in lookup_apiserver()
874 opaque_type); in ospf_apiserver_register_opaque_type()
885 regtype->opaque_type = opaque_type; in ospf_apiserver_register_opaque_type()
908 && regtype->opaque_type == opaque_type) { in ospf_apiserver_unregister_opaque_type()
914 opaque_type); in ospf_apiserver_unregister_opaque_type()
932 opaque_type); in ospf_apiserver_unregister_opaque_type()
948 && regtype->opaque_type == opaque_type) { in apiserver_is_opaque_type_registered()
962 uint8_t opaque_type; in ospf_apiserver_handle_register_opaque_type() local
972 opaque_type); in ospf_apiserver_handle_register_opaque_type()
1852 opaque_type = dmsg->opaque_type; in ospf_apiserver_handle_delete_request()
[all …]
H A Dospf_opaque.c218 switch (opaque_type) { in ospf_opaque_type_name()
267 uint8_t opaque_type; member
392 if (functab->opaque_type == opaque_type) { in ospf_register_opaque_functab()
403 new->opaque_type = opaque_type; in ospf_register_opaque_functab()
431 if (functab->opaque_type == opaque_type) { in ospf_delete_opaque_functab()
478 uint8_t opaque_type; member
1389 oipt->opaque_type); in ospf_opaque_lsa_originate_schedule()
1414 oipt->opaque_type); in ospf_opaque_lsa_originate_schedule()
1526 oipt->opaque_type); in ospf_opaque_lsa_reoriginate_resume()
1734 opaque_type); in ospf_opaque_lsa_reoriginate_schedule()
[all …]
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_apiserver.c212 if (r->lsa_type == lsa_type && r->opaque_type == opaque_type) in lookup_apiserver()
940 regtype->opaque_type = opaque_type; in ospf_apiserver_register_opaque_type()
965 regtype->opaque_type == opaque_type) in ospf_apiserver_unregister_opaque_type()
1006 regtype->opaque_type == opaque_type) in apiserver_is_opaque_type_registered()
1022 u_char opaque_type; in ospf_apiserver_handle_register_opaque_type() local
1085 r->opaque_type, in ospf_apiserver_notify_ready_type9()
1960 opaque_type = dmsg->opaque_type; in ospf_apiserver_handle_delete_request()
2007 u_char opaque_type; in apiserver_flush_opaque_type_callback() member
2037 u_char opaque_type; in ospf_apiserver_flush_opaque_lsa() member
2049 param.opaque_type = opaque_type; in ospf_apiserver_flush_opaque_lsa()
[all …]
H A Dospf_opaque.c204 ospf_opaque_type_name (u_char opaque_type) in ospf_opaque_type_name() argument
208 switch (opaque_type) in ospf_opaque_type_name()
253 u_char opaque_type; member
358 u_char opaque_type, in ospf_register_opaque_functab() argument
389 if (functab->opaque_type == opaque_type) in ospf_register_opaque_functab()
406 new->opaque_type = opaque_type; in ospf_register_opaque_functab()
438 if (functab->opaque_type == opaque_type) in ospf_delete_opaque_functab()
469 if (functab->opaque_type == key) in ospf_opaque_functab_lookup()
487 u_char opaque_type; member
686 if (oipt->opaque_type == key) in lookup_opaque_info_by_type()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/atomic/detail/
H A Daddressof.hpp50 struct opaque_type; in addressof()
51 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/atomic/detail/
H A Daddressof.hpp50 struct opaque_type; in addressof()
51 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/atomic/detail/
H A Daddressof.hpp50 struct opaque_type; in addressof()
51 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/boost-libs/boost_1_72_0/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/boost-python-libs/boost_1_72_0/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/boost-docs/boost_1_72_0/boost/atomic/detail/
H A Daddressof.hpp49 struct opaque_type; in addressof()
50 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/devel/R-cran-BH/BH/inst/include/boost/atomic/detail/
H A Daddressof.hpp54 struct opaque_type; in addressof()
55 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfclient/
H A Dospf_apiclient.h33 void (*ready_notify)(uint8_t lsa_type, uint8_t opaque_type,
70 void (*ready_notify)(uint8_t lsa_type, uint8_t opaque_type,
89 uint8_t lsa_type, uint8_t opaque_type,
98 uint8_t opaque_type, uint32_t opaque_id);
H A Dospfclient.c113 uint8_t opaque_type; in lsa_inject() local
135 opaque_type = atoi(args[3]); in lsa_inject()
142 opaque_type, opaque_id, opaquedata, in lsa_inject()
221 static void ready_callback(uint8_t lsa_type, uint8_t opaque_type, in ready_callback() argument
225 lsa_type, opaque_type, inet_ntoa(addr)); in ready_callback()
/dports/net/frr7/frr-frr-7.5.1/ospfclient/
H A Dospf_apiclient.h33 void (*ready_notify)(uint8_t lsa_type, uint8_t opaque_type,
70 void (*ready_notify)(uint8_t lsa_type, uint8_t opaque_type,
89 uint8_t lsa_type, uint8_t opaque_type,
98 uint8_t opaque_type, uint32_t opaque_id);
H A Dospfclient.c113 uint8_t opaque_type; in lsa_inject() local
135 opaque_type = atoi(args[3]); in lsa_inject()
142 opaque_type, opaque_id, opaquedata, in lsa_inject()
221 static void ready_callback(uint8_t lsa_type, uint8_t opaque_type, in ready_callback() argument
225 lsa_type, opaque_type, inet_ntoa(addr)); in ready_callback()
/dports/net/quagga/quagga-1.2.4/ospfclient/
H A Dospf_apiclient.h37 void (*ready_notify) (u_char lsa_type, u_char opaque_type,
77 opaque_type,
122 u_char opaque_type, u_int32_t opaque_id,
130 u_char opaque_type, u_int32_t opaque_id);
H A Dospfclient.c114 u_char opaque_type; in lsa_inject() local
127 opaque_type = atoi (args[3]); in lsa_inject()
135 opaque_type, opaque_id, in lsa_inject()
218 ready_callback (u_char lsa_type, u_char opaque_type, struct in_addr addr) in ready_callback() argument
221 lsa_type, opaque_type, inet_ntoa (addr)); in ready_callback()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/atomic/detail/
H A Dbitwise_cast.hpp45 struct opaque_type; in addressof()
46 …return reinterpret_cast< T* >(&const_cast< opaque_type& >(reinterpret_cast< const volatile opaque_… in addressof()

123456789