Home
last modified time | relevance | path

Searched refs:new_max (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c516 ssize_t new_max = csv->c_leaf_max * 2; in csv_leaf_num() local
517 if (new_max == 0) in csv_leaf_num()
518 new_max = C_LEAF_MAX; in csv_leaf_num()
520 lp = xo_realloc(csv->c_leaf, new_max * sizeof(*lp)); in csv_leaf_num()
529 csv->c_leaf_max = new_max; in csv_leaf_num()
/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c696 int new_max = V_pfi_buffer_max * 2; in pfi_address_add() local
698 if (new_max > PFI_BUFFER_MAX) { in pfi_address_add()
703 p = malloc(new_max * sizeof(*V_pfi_buffer), PFI_MTYPE, in pfi_address_add()
714 V_pfi_buffer_max = new_max; in pfi_address_add()
/f-stack/app/redis-5.0.5/src/
H A Drax.c1274 size_t new_max = (it->key_len+len)*2; in raxIteratorAddChars() local
1275 it->key = rax_realloc(old,new_max); in raxIteratorAddChars()
1282 it->key_max = new_max; in raxIteratorAddChars()
/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c5635 uint32_t new_init, new_min, new_max; local
5646 new_max = srto->srto_max;
5648 new_max = stcb->asoc.maxrto;
5653 if ((new_min <= new_init) && (new_init <= new_max)) {
5655 stcb->asoc.maxrto = new_max;
5673 new_max = srto->srto_max;
5675 new_max = inp->sctp_ep.sctp_maxrto;
5680 if ((new_min <= new_init) && (new_init <= new_max)) {
5682 inp->sctp_ep.sctp_maxrto = new_max;