Searched refs:NOFAIL (Results 1 – 4 of 4) sorted by relevance
52 #define NOFAIL(x) (x) macro
254 prefix = NOFAIL(strdup("")); in index_read()261 node = NOFAIL(malloc(sizeof(struct index_node_f) + in index_read()270 node = NOFAIL(malloc(sizeof(struct index_node_f))); in index_read()335 new = NOFAIL(malloc(sizeof(struct index_file))); in index_file_open()
8 * Stop using NOFAIL() and fatal()
187 node = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_create()188 node->prefix = NOFAIL(strdup("")); in index_create()250 v = NOFAIL(calloc(sizeof(struct index_value) + len + 1, 1)); in index_add_value()281 n = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_insert()283 n->prefix = NOFAIL(strdup(&prefix[j+1])); in index_insert()310 node->children[ch] = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_insert()313 child->prefix = NOFAIL(strdup(&key[i+1])); in index_insert()353 child_offs = NOFAIL(malloc(child_count * sizeof(uint32_t))); in index_write__node()