bc_struct 37 ext/bcmath/libbcmath/src/bcmath.h typedef struct bc_struct *bc_num; bc_struct 54 ext/bcmath/libbcmath/src/init.c temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent); bc_struct 60 ext/bcmath/libbcmath/src/init.c temp = (bc_num) pemalloc (sizeof(bc_struct), persistent); bc_struct 66 ext/bcmath/libbcmath/src/recmul.c temp = (bc_num) emalloc (sizeof(bc_struct));