Lines Matching refs:ret

315     nxt_int_t   ret;  in nxt_lvlhsh_level_insert()  local
335 ret = nxt_lvlhsh_new_bucket(lhq, slot); in nxt_lvlhsh_level_insert()
337 if (nxt_fast_path(ret == NXT_OK)) { in nxt_lvlhsh_level_insert()
341 return ret; in nxt_lvlhsh_level_insert()
351 nxt_int_t ret; in nxt_lvlhsh_bucket_insert() local
436 ret = nxt_lvlhsh_convert_bucket_to_level(lhq, slot, nlvl, bucket); in nxt_lvlhsh_bucket_insert()
438 if (nxt_fast_path(ret == NXT_OK)) { in nxt_lvlhsh_bucket_insert()
442 return ret; in nxt_lvlhsh_bucket_insert()
457 nxt_int_t ret; in nxt_lvlhsh_convert_bucket_to_level() local
496 ret = nxt_lvlhsh_level_convertion_insert(&q, &lvl, key >> shift, nlvl); in nxt_lvlhsh_convert_bucket_to_level()
498 if (nxt_slow_path(ret != NXT_OK)) { in nxt_lvlhsh_convert_bucket_to_level()
516 nxt_int_t ret; in nxt_lvlhsh_level_convertion_insert() local
527 ret = nxt_lvlhsh_new_bucket(lhq, slot); in nxt_lvlhsh_level_convertion_insert()
529 if (nxt_fast_path(ret == NXT_OK)) { in nxt_lvlhsh_level_convertion_insert()
533 return ret; in nxt_lvlhsh_level_convertion_insert()
555 nxt_int_t ret; in nxt_lvlhsh_bucket_convertion_insert() local
586 ret = nxt_lvlhsh_convert_bucket_to_level(lhq, slot, nlvl, bucket); in nxt_lvlhsh_bucket_convertion_insert()
588 if (nxt_fast_path(ret == NXT_OK)) { in nxt_lvlhsh_bucket_convertion_insert()
592 return ret; in nxt_lvlhsh_bucket_convertion_insert()
649 nxt_int_t ret; in nxt_lvlhsh_level_delete() local
661 ret = nxt_lvlhsh_bucket_delete(lhq, slot); in nxt_lvlhsh_level_delete()
665 ret = nxt_lvlhsh_level_delete(lhq, slot, key, nlvl + 1); in nxt_lvlhsh_level_delete()
677 return ret; in nxt_lvlhsh_level_delete()