Searched refs:n_ptr (Results 1 – 3 of 3) sorted by relevance
48 temp->n_ptr = (char *) safe_pemalloc(1, length, scale, persistent); in _bc_new_num_ex()49 temp->n_value = temp->n_ptr; in _bc_new_num_ex()50 memset(temp->n_ptr, 0, length + scale); in _bc_new_num_ex()64 if ((*num)->n_ptr) { in _bc_free_num_ex()66 pefree((*num)->n_ptr, persistent); in _bc_free_num_ex()
59 temp->n_ptr = NULL; in new_sub_num()276 pval->n_value = pval->n_ptr; in bc_multiply()
46 char *n_ptr; /* The pointer to the actual storage. member
Completed in 10 milliseconds