Searched refs:wrapper (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h205 a_name##_tsd_wrapper_t *wrapper; \
207 wrapper = (a_name##_tsd_wrapper_t *) TlsGetValue(a_name##_tsd); \
208 if (wrapper == NULL) \
211 wrapper->initialized) { \
212 a_type val = wrapper->val; \
214 wrapper->initialized = false; \
215 wrapper->val = tsd_static_data; \
217 if (wrapper->initialized) { \
222 malloc_tsd_dalloc(wrapper); \
243 a_name##_tsd_wrapper_t *wrapper
[all...]
/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_object_pool.h46 * getters and setters for those wrapper structs.
77 typedef void * (* svn_object_pool__getter_t)(void *wrapper,
81 /* Copy the information from the SOURCE object wrapper into the already
82 * existing *TARGET object wrapper using POOL for allocations and BATON
93 * wrapper == object and updating is a no-op.
151 void *wrapper,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dobject_pool.c42 /* A reference counting wrapper around the user-provided object.
53 /* User provided object. Usually a wrapper. */
54 void *wrapper;
203 *object = object_pool->getter(object_ref->wrapper, baton, result_pool);
222 void *wrapper,
232 svn_error_t *err = object_pool->setter(&object_ref->wrapper,
233 wrapper, baton,
269 object_ref->wrapper = wrapper;
287 *object = object_pool->getter(object_ref->wrapper, bato
52 void *wrapper; member in struct:object_ref_t
216 insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *wrapper, void *baton, apr_pool_t *wrapper_pool, apr_pool_t *result_pool) argument
385 svn_object_pool__insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *wrapper, void *baton, apr_pool_t *wrapper_pool, apr_pool_t *result_pool) argument
[all...]
H A Dcache-memcache.c66 /* The wrapper around apr_memcache_t. */
413 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); local
422 wrapper->vtable = &memcache_vtable;
423 wrapper->cache_internal = cache;
424 wrapper->error_handler = 0;
425 wrapper->error_baton = 0;
426 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
428 *cache_p = wrapper;
H A Dcache-inprocess.c659 svn_cache__t *wrapper = apr_pcalloc(pool, sizeof(*wrapper)); local
688 wrapper->vtable = &inprocess_cache_vtable;
689 wrapper->cache_internal = cache;
690 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
692 *cache_p = wrapper;
H A Dcache-membuffer.c3117 svn_cache__t *wrapper = apr_pcalloc(result_pool, sizeof(*wrapper)); local
3162 /* initialize the generic cache wrapper
3164 wrapper->vtable = thread_safe ? &membuffer_cache_synced_vtable
3166 wrapper->cache_internal = cache;
3167 wrapper->error_handler = 0;
3168 wrapper->error_baton = 0;
3169 wrapper->pretend_empty = !!getenv("SVN_X_DOES_NOT_MARK_THE_SPOT");
3171 *cache_p = wrapper;
/freebsd-10-stable/contrib/jemalloc/src/
H A Dtsd.c21 malloc_tsd_dalloc(void *wrapper) argument
24 idalloc(wrapper);
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dcmd.c1060 .wrapper = mlx4_QUERY_FW_wrapper
1069 .wrapper = NULL
1078 .wrapper = mlx4_QUERY_DEV_CAP_wrapper
1087 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper
1096 .wrapper = NULL
1105 .wrapper = mlx4_INIT_PORT_wrapper
1114 .wrapper = mlx4_CLOSE_PORT_wrapper
1123 .wrapper = mlx4_QUERY_PORT_wrapper
1132 .wrapper = mlx4_SET_PORT_wrapper
1141 .wrapper
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Dscp.sh20 cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
21 chmod 755 ${OBJ}/scp-ssh-wrapper.scp
22 scpopts="-q -S ${OBJ}/scp-ssh-wrapper.scp"
23 export SCP # used in scp-ssh-wrapper.scp
126 rm -f ${OBJ}/scp-ssh-wrapper.scp
H A Dtest-exec.sh217 # Create wrapper ssh with logging. We can't just specify "SSH=ssh -E..."
219 SSHLOGWRAP=$OBJ/ssh-log-wrapper.sh
223 chmod a+rx $OBJ/ssh-log-wrapper.sh
532 echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
540 echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy
H A DMakefile104 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
105 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
106 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c218 tree_processor_t *wrapper; local
219 wrapper = apr_pcalloc(result_pool, sizeof(*wrapper));
221 wrapper->tp.baton = baton;
223 wrapper->tp.dir_opened = default_dir_opened;
224 wrapper->tp.dir_added = default_dir_added;
225 wrapper->tp.dir_deleted = default_dir_deleted;
226 wrapper->tp.dir_changed = default_dir_changed;
227 wrapper->tp.dir_closed = default_dir_closed;
229 wrapper
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_pool.c46 /* Our wrapper structure for parsed svn_config_t* instances. All data in
127 config_object_t *wrapper = object;
129 svn_config_t *config = *case_sensitive ? wrapper->cs_cfg : wrapper->ci_cfg;
152 /* Copy the configuration from the wrapper in SOURCE to the wrapper in
124 config_object_t *wrapper = object; local
/freebsd-10-stable/contrib/libyaml/config/
H A Dltmain.sh925 # True iff FILE is a libtool wrapper script
934 # True iff FILE is a libtool wrapper executable
962 # True iff FILE is a libtool wrapper script or wrapper executable
1706 # This variable tells wrapper scripts just to set shlibpath_var
1710 # Check if any of the arguments is a wrapper script.
1967 # This variable tells wrapper scripts just to set variables rather
2159 wrapper=$func_ltwrapper_scriptname_result
2162 wrapper=$func_stripname_result
2166 wrapper
[all...]
/freebsd-10-stable/contrib/openbsm/config/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2619 # This variable tells wrapper scripts just to set shlibpath_var
2623 # Check if any of the arguments is a wrapper script.
2939 # This variable tells wrapper scripts just to set variables rather
3134 wrapper=$func_ltwrapper_scriptname_result
3137 wrapper=$func_stripname_result
3141 wrapper
[all...]
/freebsd-10-stable/crypto/heimdal/
H A Dltmain.sh1261 # True iff FILE is a libtool wrapper script
1270 # True iff FILE is a libtool wrapper executable
1295 # True iff FILE is a libtool wrapper script or wrapper executable
2588 # This variable tells wrapper scripts just to set shlibpath_var
2592 # Check if any of the arguments is a wrapper script.
2908 # This variable tells wrapper scripts just to set variables rather
3103 wrapper=$func_ltwrapper_scriptname_result
3106 wrapper=$func_stripname_result
3110 wrapper
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2589 # This variable tells wrapper scripts just to set shlibpath_var
2593 # Check if any of the arguments is a wrapper script.
2909 # This variable tells wrapper scripts just to set variables rather
3104 wrapper=$func_ltwrapper_scriptname_result
3107 wrapper=$func_stripname_result
3111 wrapper
[all...]
/freebsd-10-stable/contrib/openpam/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2619 # This variable tells wrapper scripts just to set shlibpath_var
2623 # Check if any of the arguments is a wrapper script.
2939 # This variable tells wrapper scripts just to set variables rather
3134 wrapper=$func_ltwrapper_scriptname_result
3137 wrapper=$func_stripname_result
3141 wrapper
[all...]
/freebsd-10-stable/contrib/unbound/
H A Dltmain.sh1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2589 # This variable tells wrapper scripts just to set shlibpath_var
2593 # Check if any of the arguments is a wrapper script.
2909 # This variable tells wrapper scripts just to set variables rather
3104 wrapper=$func_ltwrapper_scriptname_result
3107 wrapper=$func_stripname_result
3111 wrapper
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper
[all...]
/freebsd-10-stable/contrib/file/
H A Dltmain.sh1263 # True iff FILE is a libtool wrapper script
1272 # True iff FILE is a libtool wrapper executable
1297 # True iff FILE is a libtool wrapper script or wrapper executable
2590 # This variable tells wrapper scripts just to set shlibpath_var
2594 # Check if any of the arguments is a wrapper script.
2910 # This variable tells wrapper scripts just to set variables rather
3105 wrapper=$func_ltwrapper_scriptname_result
3108 wrapper=$func_stripname_result
3112 wrapper
[all...]
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4797 # We don't need to create a wrapper script.
4840 # Now create the wrapper script.
4896 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4902 This wrapper executable should never be moved out of the build directory.
4905 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4976 char * find_executable(const char *wrapper);
5093 /* Searches for the full path of the wrapper. Returns
5096 find_executable (const char* wrapper)
5106 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4797 # We don't need to create a wrapper script.
4840 # Now create the wrapper script.
4896 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4902 This wrapper executable should never be moved out of the build directory.
4905 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4976 char * find_executable(const char *wrapper);
5093 /* Searches for the full path of the wrapper. Returns
5096 find_executable (const char* wrapper)
5106 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c63 #include <wrapper.h>

Completed in 415 milliseconds

12