Home
last modified time | relevance | path

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

/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dinit.c67 temp->n_refs = 1;
86 (*num)->n_refs--;
87 if ((*num)->n_refs == 0) {
119 num->n_refs++; in bc_copy_num()
H A Dbcmath.h44 int n_refs; /* The number of pointers to this number. */ member
H A Drecmul.c74 temp->n_refs = 1;
/PHP-5.5/ext/bcmath/
H A Dbcmath.c208 if (num->n_refs >= 1) { in split_bc_num()
213 newnum->n_refs = 1; in split_bc_num()
214 num->n_refs--; in split_bc_num()

Completed in 16 milliseconds