Searched refs:path_array (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c244 apr_array_header_t *path_array;
252 path_array =
254 if (path_array == NULL)
256 path_array = apr_array_make(sb->cl_pool, 1,
258 svn_hash_sets(sb->cached_changelists, cl_key, path_array);
261 APR_ARRAY_PUSH(path_array, struct status_cache *) = scache;
392 apr_array_header_t *path_array = apr_hash_this_val(hi);
411 for (j = 0; j < path_array->nelts; j++)
414 APR_ARRAY_IDX(path_array, j, struct status_cache *);
242 apr_array_header_t *path_array; local
390 apr_array_header_t *path_array = apr_hash_this_val(hi); local
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_port.c391 uint8_t path_array[IB_SUBNET_PATH_HOPS_MAX]; local
417 memset(path_array, 0, sizeof(path_array));
421 path_array[i] = p_physp->port_num;
426 osm_dr_path_init(p_dr_path, i, path_array);
H A Dosm_state_mgr.c215 uint8_t path_array[IB_SUBNET_PATH_HOPS_MAX]; local
219 memset(path_array, 0, sizeof(path_array));
253 osm_dr_path_init(&dr_path, 0, path_array);
505 uint8_t path_array[IB_SUBNET_PATH_HOPS_MAX]; local
542 memset(path_array, 0, sizeof(path_array));
552 path_array[1] = port_num;
554 osm_dr_path_init(&hop_1_path, 1, path_array);
584 path_array[
[all...]
H A Dosm_perfmgr.c843 uint8_t path_array[IB_SUBNET_PATH_HOPS_MAX]; local
862 memset(path_array, 0, sizeof(path_array));
872 path_array[1] = port_num;
874 osm_dr_path_init(&hop_1_path, 1, path_array);
906 path_array[1] = port_num;
908 osm_dr_path_init(&hop_1_path, 1, path_array);
962 uint8_t path_array[IB_SUBNET_PATH_HOPS_MAX]; local
964 memset(path_array, 0, sizeof(path_array));
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp855 std::string path_array; local
862 path_array.append(path);
863 path_array.push_back('\0');
867 path_array.push_back('\0');
869 path_array_addr = process->AllocateMemory(path_array.size(),
885 process->WriteMemory(path_array_addr, path_array.data(),
886 path_array.size(), utility_error);

Completed in 2558 milliseconds