Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dinit.c69 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
70 if (temp->n_ptr == NULL) bc_out_of_memory();
71 temp->n_value = temp->n_ptr;
72 memset (temp->n_ptr, 0, length+scale);
88 if ((*num)->n_ptr)
90 pefree ((*num)->n_ptr, persistent);
H A Drecmul.c75 temp->n_ptr = NULL;
295 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 9 milliseconds