Home
last modified time | relevance | path

Searched refs:n_ptr (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dinit.c59 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
60 temp->n_value = temp->n_ptr;
61 memset (temp->n_ptr, 0, length+scale);
77 if ((*num)->n_ptr)
79 pefree ((*num)->n_ptr, persistent);
H A Drecmul.c66 temp->n_ptr = NULL;
286 pval->n_value = pval->n_ptr; in bc_multiply()
H A Dbcmath.h45 char *n_ptr; /* The pointer to the actual storage. member

Completed in 9 milliseconds