Home
last modified time | relevance | path

Searched refs:bc_out_of_memory (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Doutofmem.c42 void bc_out_of_memory (void) in bc_out_of_memory() function
H A Dinit.c61 if (temp == NULL) bc_out_of_memory ();
70 if (temp->n_ptr == NULL) bc_out_of_memory();
H A Ddiv.c131 if (num1 == NULL) bc_out_of_memory(); in bc_divide()
137 if (num2 == NULL) bc_out_of_memory(); in bc_divide()
168 if (mval == NULL) bc_out_of_memory (); in bc_divide()
H A Dnum2str.c57 if (str == NULL) bc_out_of_memory();
H A Dbcmath.h157 _PROTOTYPE(void bc_out_of_memory, (void));
H A Doutput.c156 if (temp == NULL) bc_out_of_memory(); in bc_out_num()
H A Drecmul.c68 if (temp == NULL) bc_out_of_memory ();

Completed in 12 milliseconds