Home
last modified time | relevance | path

Searched refs:jbl_ptr_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/jbl/tests/
Djbl_test1.c113 iwrc rc = jbl_ptr_alloc("/", &jp); in jbl_test1_3()
119 rc = jbl_ptr_alloc("/foo", &jp); in jbl_test1_3()
125 rc = jbl_ptr_alloc("/foo/bar", &jp); in jbl_test1_3()
132 rc = jbl_ptr_alloc("/foo/bar/0/baz", &jp); in jbl_test1_3()
141 rc = jbl_ptr_alloc("/foo/b~0ar/0/b~1az", &jp); in jbl_test1_3()
150 rc = jbl_ptr_alloc("/foo/", &jp); in jbl_test1_3()
154 rc = jbl_ptr_alloc("//", &jp); in jbl_test1_3()
158 rc = jbl_ptr_alloc("", &jp); in jbl_test1_3()
162 rc = jbl_ptr_alloc("~", &jp); in jbl_test1_3()
/third_party/ejdb/src/jbl/
Djbl.h830 IW_EXPORT iwrc jbl_ptr_alloc(const char *path, JBL_PTR *jpp);
Djbl.c1080 iwrc jbl_ptr_alloc(const char *path, JBL_PTR *jpp) { in jbl_ptr_alloc() function
/third_party/ejdb/src/
Dejdb2.c92 rc = jbl_ptr_alloc(ptr, &idx->ptr); in _jb_coll_load_index_lr()
1120 rc = jbl_ptr_alloc(path, &ptr); in ejdb_remove_index()
1178 rc = jbl_ptr_alloc(path, &ptr); in ejdb_ensure_index()