bc_out_of_memory  157 ext/bcmath/libbcmath/src/bcmath.h _PROTOTYPE(void bc_out_of_memory, (void));
bc_out_of_memory  131 ext/bcmath/libbcmath/src/div.c   if (num1 == NULL) bc_out_of_memory();
bc_out_of_memory  137 ext/bcmath/libbcmath/src/div.c   if (num2 == NULL) bc_out_of_memory();
bc_out_of_memory  168 ext/bcmath/libbcmath/src/div.c   if (mval == NULL) bc_out_of_memory ();
bc_out_of_memory   61 ext/bcmath/libbcmath/src/init.c     if (temp == NULL) bc_out_of_memory ();
bc_out_of_memory   70 ext/bcmath/libbcmath/src/init.c   if (temp->n_ptr == NULL) bc_out_of_memory();
bc_out_of_memory   58 ext/bcmath/libbcmath/src/num2str.c 	if (str == NULL) bc_out_of_memory();
bc_out_of_memory  156 ext/bcmath/libbcmath/src/output.c 	    if (temp == NULL) bc_out_of_memory();
bc_out_of_memory   68 ext/bcmath/libbcmath/src/recmul.c     if (temp == NULL) bc_out_of_memory ();