Searched refs:unlock_info_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c996 typedef struct unlock_info_t {
1000 } unlock_info_t;
1007 BATON->infos to an array of 'unlock_info_t' results. For the other
1034 unlock_info_t info;
1051 APR_ARRAY_PUSH(ub->infos, unlock_info_t) = info;
1061 struct unlock_info_t *info = &APR_ARRAY_IDX(ub->infos, i,
1062 struct unlock_info_t);
1108 sizeof(struct unlock_info_t));
1268 sizeof(struct unlock_info_t));
1277 unlock_info_t *inf
993 typedef struct unlock_info_t { struct
997 } unlock_info_t; typedef in typeref:struct:unlock_info_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c975 struct unlock_info_t {
986 BATON->infos to an array of 'unlock_info_t' results. For the other
1012 struct unlock_info_t info;
1029 APR_ARRAY_PUSH(ub->infos, struct unlock_info_t) = info;
1039 struct unlock_info_t *info = &APR_ARRAY_IDX(ub->infos, i,
1040 struct unlock_info_t);
1086 sizeof(struct unlock_info_t));
1246 sizeof(struct unlock_info_t));
1255 struct unlock_info_t *info = &APR_ARRAY_IDX(ub.infos, i,
1256 struct unlock_info_t);
972 struct unlock_info_t { struct
[all...]

Completed in 122 milliseconds