Searched defs:_JBL_PTR (Results 1 – 1 of 1) sorted by relevance
184 typedef struct _JBL_PTR { struct185 uint64_t op; /**< Opaque data associated with pointer */186 int cnt; /**< Number of nodes */187 int sz; /**< Size of JBL_PTR allocated area */188 char *n[1]; /**< Path nodes */