Home
last modified time | relevance | path

Searched refs:static_plugin (Results 1 – 11 of 11) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/io/
H A Dio_plugin.c22 RIOPlugin *static_plugin; in r_io_plugin_init() local
32 static_plugin = R_NEW0 (RIOPlugin); in r_io_plugin_init()
33 if (!static_plugin) { in r_io_plugin_init()
36 memcpy (static_plugin, io_static_plugins[i], sizeof (RIOPlugin)); in r_io_plugin_init()
37 r_io_plugin_add (io, static_plugin); in r_io_plugin_init()
/dports/devel/boost-docs/boost_1_72_0/libs/dll/test/
H A DJamfile.v221 lib static_plugin : ../example/tutorial4/static_plugin.cpp : <link>static <define>BOOST_SYSTEM_NO_D…
68 …[ run library_info_test.cpp ../example/tutorial4/static_plugin.cpp : : test_library : <test-info>a…
73 [ run ../example/tutorial4/load_self.cpp ../example/tutorial4/static_plugin.cpp
76 [ run ../example/tutorial5/load_all.cpp ../example/tutorial4/static_plugin.cpp
/dports/devel/boost-python-libs/boost_1_72_0/libs/dll/test/
H A DJamfile.v221 lib static_plugin : ../example/tutorial4/static_plugin.cpp : <link>static <define>BOOST_SYSTEM_NO_D…
68 …[ run library_info_test.cpp ../example/tutorial4/static_plugin.cpp : : test_library : <test-info>a…
73 [ run ../example/tutorial4/load_self.cpp ../example/tutorial4/static_plugin.cpp
76 [ run ../example/tutorial5/load_all.cpp ../example/tutorial4/static_plugin.cpp
/dports/devel/boost-libs/boost_1_72_0/libs/dll/test/
H A DJamfile.v221 lib static_plugin : ../example/tutorial4/static_plugin.cpp : <link>static <define>BOOST_SYSTEM_NO_D…
68 …[ run library_info_test.cpp ../example/tutorial4/static_plugin.cpp : : test_library : <test-info>a…
73 [ run ../example/tutorial4/load_self.cpp ../example/tutorial4/static_plugin.cpp
76 [ run ../example/tutorial5/load_all.cpp ../example/tutorial4/static_plugin.cpp
/dports/devel/hyperscan/boost_1_75_0/libs/dll/test/
H A DJamfile.v221 lib static_plugin : ../example/tutorial4/static_plugin.cpp : <link>static <define>BOOST_SYSTEM_NO_D…
70 …[ run library_info_test.cpp ../example/tutorial4/static_plugin.cpp : : test_library : <test-info>a…
76 [ run ../example/tutorial4/load_self.cpp ../example/tutorial4/static_plugin.cpp
79 [ run ../example/tutorial5/load_all.cpp ../example/tutorial4/static_plugin.cpp
/dports/devel/radare2/radare2-5.1.1/libr/fs/
H A Dfs.c23 RFSPlugin* static_plugin; in r_fs_new() local
41 static_plugin = R_NEW (RFSPlugin); in r_fs_new()
42 if (!static_plugin) { in r_fs_new()
45 memcpy (static_plugin, fs_static_plugins[i], sizeof (RFSPlugin)); in r_fs_new()
46 r_fs_add (fs, static_plugin); in r_fs_new()
47 free (static_plugin); in r_fs_new()
/dports/devel/radare2/radare2-5.1.1/libr/bp/
H A Dbp.c23 RBreakpointPlugin *static_plugin; in r_bp_new() local
37 static_plugin = R_NEW (RBreakpointPlugin); in r_bp_new()
38 memcpy (static_plugin, bp_static_plugins[i], in r_bp_new()
40 r_bp_plugin_add (bp, static_plugin); in r_bp_new()
/dports/devel/boost-docs/boost_1_72_0/libs/dll/doc/
H A Dtutorial.qbk135 [import ../example/tutorial4/static_plugin.hpp]
144 [import ../example/tutorial4/static_plugin.cpp]
166 remove the `#include "static_plugin.hpp"` line and replace `dll::program_location()` with plugin lo…
170 * [example_ref tutorial4/static_plugin.hpp]
171 * [example_ref tutorial4/static_plugin.cpp]
226 * [example_ref tutorial4/static_plugin.cpp]
/dports/devel/boost-python-libs/boost_1_72_0/libs/dll/doc/
H A Dtutorial.qbk135 [import ../example/tutorial4/static_plugin.hpp]
144 [import ../example/tutorial4/static_plugin.cpp]
166 remove the `#include "static_plugin.hpp"` line and replace `dll::program_location()` with plugin lo…
170 * [example_ref tutorial4/static_plugin.hpp]
171 * [example_ref tutorial4/static_plugin.cpp]
226 * [example_ref tutorial4/static_plugin.cpp]
/dports/devel/boost-libs/boost_1_72_0/libs/dll/doc/
H A Dtutorial.qbk135 [import ../example/tutorial4/static_plugin.hpp]
144 [import ../example/tutorial4/static_plugin.cpp]
166 remove the `#include "static_plugin.hpp"` line and replace `dll::program_location()` with plugin lo…
170 * [example_ref tutorial4/static_plugin.hpp]
171 * [example_ref tutorial4/static_plugin.cpp]
226 * [example_ref tutorial4/static_plugin.cpp]
/dports/devel/hyperscan/boost_1_75_0/libs/dll/doc/
H A Dtutorial.qbk135 [import ../example/tutorial4/static_plugin.hpp]
144 [import ../example/tutorial4/static_plugin.cpp]
166 remove the `#include "static_plugin.hpp"` line and replace `dll::program_location()` with plugin lo…
170 * [example_ref tutorial4/static_plugin.hpp]
171 * [example_ref tutorial4/static_plugin.cpp]
226 * [example_ref tutorial4/static_plugin.cpp]