Searched refs:jbl_ptr_alloc (Results 1 – 4 of 4) sorted by relevance
/third_party/ejdb/src/jbl/tests/ |
D | jbl_test1.c | 113 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/ |
D | jbl.h | 830 IW_EXPORT iwrc jbl_ptr_alloc(const char *path, JBL_PTR *jpp);
|
D | jbl.c | 1080 iwrc jbl_ptr_alloc(const char *path, JBL_PTR *jpp) { in jbl_ptr_alloc() function
|
/third_party/ejdb/src/ |
D | ejdb2.c | 92 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()
|