Home
last modified time | relevance | path

Searched defs:bend (Results 1 – 25 of 919) sorted by relevance

12345678910>>...37

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dblock-backend-fs.c50 block_backend_fs_open_block (BlockBackend *bend, in block_backend_fs_open_block()
96 block_backend_fs_read_block (BlockBackend *bend, in block_backend_fs_read_block()
111 block_backend_fs_write_block (BlockBackend *bend, in block_backend_fs_write_block()
126 block_backend_fs_close_block (BlockBackend *bend, in block_backend_fs_close_block()
172 block_backend_fs_commit_block (BlockBackend *bend, in block_backend_fs_commit_block()
197 block_backend_fs_block_exists (BlockBackend *bend, in block_backend_fs_block_exists()
225 block_backend_fs_stat_block (BlockBackend *bend, in block_backend_fs_stat_block()
326 block_backend_fs_copy (BlockBackend *bend, in block_backend_fs_copy()
414 get_block_path (BlockBackend *bend, in get_block_path()
444 open_tmp_file (BlockBackend *bend, in open_tmp_file()
[all …]
H A Dobj-store.c13 ObjBackend *bend; member
52 ObjBackend *bend = obj_store->bend; in seaf_obj_store_read_obj() local
70 ObjBackend *bend = obj_store->bend; in seaf_obj_store_write_obj() local
85 ObjBackend *bend = obj_store->bend; in seaf_obj_store_obj_exists() local
100 ObjBackend *bend = obj_store->bend; in seaf_obj_store_delete_obj() local
116 ObjBackend *bend = obj_store->bend; in seaf_obj_store_foreach_obj() local
129 ObjBackend *bend = obj_store->bend; in seaf_obj_store_copy_obj() local
141 ObjBackend *bend = obj_store->bend; in seaf_obj_store_remove_store() local
H A Dobj-backend-riak.c44 obj_backend_riak_read (ObjBackend *bend, in obj_backend_riak_read()
60 obj_backend_riak_write (ObjBackend *bend, in obj_backend_riak_write()
77 obj_backend_riak_exists (ObjBackend *bend, in obj_backend_riak_exists()
91 obj_backend_riak_delete (ObjBackend *bend, in obj_backend_riak_delete()
108 ObjBackend *bend; in obj_backend_riak_new() local
H A Dobj-backend-fs.c53 obj_backend_fs_read (ObjBackend *bend, in obj_backend_fs_read()
285 obj_backend_fs_write (ObjBackend *bend, in obj_backend_fs_write()
322 obj_backend_fs_exists (ObjBackend *bend, in obj_backend_fs_exists()
339 obj_backend_fs_delete (ObjBackend *bend, in obj_backend_fs_delete()
351 obj_backend_fs_foreach_obj (ObjBackend *bend, in obj_backend_fs_foreach_obj()
410 obj_backend_fs_copy (ObjBackend *bend, in obj_backend_fs_copy()
451 obj_backend_fs_remove_store (ObjBackend *bend, const char *store_id) in obj_backend_fs_remove_store()
500 ObjBackend *bend; in obj_backend_fs_new() local
H A Dblock-backend.c14 BlockBackend *bend; in load_filesystem_block_backend() local
41 BlockBackend *bend; in load_block_backend() local
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Dblock-backend-fs.c52 block_backend_fs_open_block (BlockBackend *bend, in block_backend_fs_open_block()
98 block_backend_fs_read_block (BlockBackend *bend, in block_backend_fs_read_block()
106 block_backend_fs_write_block (BlockBackend *bend, in block_backend_fs_write_block()
114 block_backend_fs_close_block (BlockBackend *bend, in block_backend_fs_close_block()
160 block_backend_fs_commit_block (BlockBackend *bend, in block_backend_fs_commit_block()
185 block_backend_fs_block_exists (BlockBackend *bend, in block_backend_fs_block_exists()
213 block_backend_fs_stat_block (BlockBackend *bend, in block_backend_fs_stat_block()
316 block_backend_fs_copy (BlockBackend *bend, in block_backend_fs_copy()
404 get_block_path (BlockBackend *bend, in get_block_path()
438 open_tmp_file (BlockBackend *bend, in open_tmp_file()
[all …]
H A Dobj-store.c13 ObjBackend *bend; member
54 ObjBackend *bend = obj_store->bend; in seaf_obj_store_read_obj() local
72 ObjBackend *bend = obj_store->bend; in seaf_obj_store_write_obj() local
87 ObjBackend *bend = obj_store->bend; in seaf_obj_store_obj_exists() local
102 ObjBackend *bend = obj_store->bend; in seaf_obj_store_delete_obj() local
118 ObjBackend *bend = obj_store->bend; in seaf_obj_store_foreach_obj() local
131 ObjBackend *bend = obj_store->bend; in seaf_obj_store_copy_obj() local
143 ObjBackend *bend = obj_store->bend; in seaf_obj_store_remove_store() local
H A Dobj-backend-fs.c59 obj_backend_fs_read (ObjBackend *bend, in obj_backend_fs_read()
291 obj_backend_fs_write (ObjBackend *bend, in obj_backend_fs_write()
328 obj_backend_fs_exists (ObjBackend *bend, in obj_backend_fs_exists()
345 obj_backend_fs_delete (ObjBackend *bend, in obj_backend_fs_delete()
357 obj_backend_fs_foreach_obj (ObjBackend *bend, in obj_backend_fs_foreach_obj()
418 obj_backend_fs_copy (ObjBackend *bend, in obj_backend_fs_copy()
459 obj_backend_fs_remove_store (ObjBackend *bend, const char *store_id) in obj_backend_fs_remove_store()
508 ObjBackend *bend; in obj_backend_fs_new() local
H A Dblock-backend.c14 BlockBackend *bend; in load_filesystem_block_backend() local
41 BlockBackend *bend; in load_block_backend() local
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dstrnatcmp.c34 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
65 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
93 *bend = b + b_len; in strnatcmp_ex() local
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dstrnatcmp.c34 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
65 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
93 *bend = b + b_len; in strnatcmp_ex() local
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dstrnatcmp.c35 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
67 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
96 *bend = b + b_len; in strnatcmp_ex() local
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dstrnatcmp.c34 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
65 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
93 *bend = b + b_len; in strnatcmp_ex() local
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dstrnatcmp.c36 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
68 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
97 *bend = b + b_len; in strnatcmp_ex() local
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dstrnatcmp.c36 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
68 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
97 *bend = b + b_len; in strnatcmp_ex() local
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dstrnatcmp.c35 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
67 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
96 *bend = b + b_len; in strnatcmp_ex() local
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dstrnatcmp.c34 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
65 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
93 *bend = b + b_len; in strnatcmp_ex() local
/dports/biology/canu/canu-2.2/src/overlapAlign/
H A DcomputeOverlapAlignment.C58 char *bRead, int32 &bbgn, int32 &bend, int32 blen, uint32 Bid, in testAlignment()
116 char *bRead, int32 &bbgn, int32 &bend, int32 blen, uint32 Bid, in extend5()
268 char *bRead, int32 &bbgn, int32 &bend, int32 blen, uint32 Bid, in extend3()
421 …char *bRead, int32 &bbgn, int32 &bend, int32 blen, char const *Blabel, uint32 Bid, in computeAlignment()
538 int32 bend = (int32)blen - ovl->dat.ovl.bhg3; in computeOverlapAlignment() local
565 int32 bend = std::min(blen, bhg5 + b3); in computeOverlapAlignment() local
610 int32 bend = std::min(blen, bhg5 + b3); in computeOverlapAlignment() local
658 int32 bend = std::min(blen, blen - bhg3 + b3); // Now blen. in computeOverlapAlignment() local
703 int32 bend = std::min(blen, blen - bhg3 + b3); in computeOverlapAlignment() local
743 int32 bend = (int32)blen - ovl->dat.ovl.bhg3; in computeOverlapAlignment() local
/dports/devel/boost-python-libs/boost_1_72_0/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()
/dports/devel/R-cran-BH/BH/inst/include/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/archive/iterators/
H A Dxml_escape.hpp58 const char * & bend in fill()
91 const wchar_t * & bend in fill()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/archive/iterators/
H A Dxml_escape.hpp54 const char * & bend in fill()
87 const wchar_t * & bend in fill()

12345678910>>...37