Home
last modified time | relevance | path

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

/PHP-7.2/ext/bcmath/libbcmath/src/
H A Dinit.c67 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
68 temp->n_value = temp->n_ptr;
69 memset (temp->n_ptr, 0, length+scale);
85 if ((*num)->n_ptr)
87 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.h46 char *n_ptr; /* The pointer to the actual storage. member

Completed in 7 milliseconds