Lines Matching refs:FAIL
42 return FAIL; in rettv_blob_alloc()
69 else if (rettv_blob_alloc(to) == FAIL) in blob_copy()
70 ret = FAIL; in blob_copy()
192 return FAIL; in read_blob()
193 if (ga_grow(&blob->bv_ga, st.st_size) == FAIL) in read_blob()
194 return FAIL; in read_blob()
198 return FAIL; in read_blob()
213 return FAIL; in write_blob()
322 if (ga_grow(&new_blob->bv_ga, n2 - n1 + 1) == FAIL) in blob_slice_or_index()
325 return FAIL; in blob_slice_or_index()
353 return FAIL; in blob_slice_or_index()
369 return FAIL; in check_blob_index()
384 return FAIL; in check_blob_range()
402 return FAIL; in blob_set_range()
467 if (ga_grow(&blob->bv_ga, end - idx + 1) == FAIL) in blob_remove()
496 if (rettv_list_alloc(rettv) == FAIL) in f_blob2list()
499 if (check_for_blob_arg(argvars, 0) == FAIL) in f_blob2list()
518 if (rettv_blob_alloc(rettv) == FAIL) in f_list2blob()
522 if (check_for_list_arg(argvars, 0) == FAIL) in f_list2blob()