/PHP-7.0/ext/mysqli/ |
H A D | mysqli_embedded.c | 55 arguments = safe_emalloc(sizeof(char *), argc + 1, 0); in PHP_FUNCTION() 76 groups = safe_emalloc(sizeof(char *), zend_hash_num_elements(Z_ARRVAL_P(grps)) + 1, 0); in PHP_FUNCTION() 94 groups = safe_emalloc(sizeof(char *), 1, 0); in PHP_FUNCTION()
|
/PHP-7.0/ext/standard/ |
H A D | password.c | 124 buffer = (char *) safe_emalloc(raw_length, 1, 1); in php_password_make_salt() 132 result = safe_emalloc(length, 1, 1); in php_password_make_salt() 337 salt = safe_emalloc(required_salt_len, 1, 1); in PHP_FUNCTION() 346 salt = safe_emalloc(required_salt_len, 1, 1); in PHP_FUNCTION() 352 salt = safe_emalloc(required_salt_len, 1, 1); in PHP_FUNCTION() 362 hash = safe_emalloc(salt_len + hash_format_len, 1, 1); in PHP_FUNCTION()
|
H A D | levenshtein.c | 46 p1 = safe_emalloc((l2 + 1), sizeof(zend_long), 0); in reference_levdist() 47 p2 = safe_emalloc((l2 + 1), sizeof(zend_long), 0); in reference_levdist()
|
H A D | scanf.c | 170 cset->chars = (char *) safe_emalloc(sizeof(char), (end - format - 1), 0); in BuildCharSet() 172 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet() 326 nassign = (int*)safe_emalloc(sizeof(int), numVars, 0); in ValidateFormat() 501 nassign = (void *)safe_emalloc(nspace, sizeof(int), 0); in ValidateFormat()
|
H A D | versioning.c | 37 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version()
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_olechar.c | 48 olestring = (OLECHAR*)safe_emalloc(string_len, sizeof(OLECHAR), 0); in php_com_string_to_olestring() 83 string = (char*)safe_emalloc(length, sizeof(char), 0); in php_com_olestring_to_string()
|
H A D | com_saproxy.c | 105 args = safe_emalloc(proxy->dimensions + 1, sizeof(zval), 0); in saproxy_read_dimension() 165 indices = safe_emalloc(dims, sizeof(LONG), 0); in saproxy_read_dimension() 217 zval *args = safe_emalloc(proxy->dimensions + 2, sizeof(zval), 0); in saproxy_write_dimension() 240 indices = safe_emalloc(dims, sizeof(LONG), 0); in saproxy_write_dimension() 392 cloneproxy->indices = safe_emalloc(cloneproxy->dimensions, sizeof(zval *), 0); in saproxy_clone() 442 proxy->indices = safe_emalloc(proxy->dimensions, sizeof(zval *), 0); in php_com_saproxy_create() 555 I->indices = safe_emalloc(proxy->dimensions + 1, sizeof(LONG), 0); in php_com_saproxy_iter_get()
|
H A D | com_com.c | 501 vargs = (VARIANT*)safe_emalloc(sizeof(VARIANT), nargs, 0); in php_com_do_invoke_byref() 513 byref_vals = (VARIANT*)safe_emalloc(sizeof(VARIANT), byref_count, 0); in php_com_do_invoke_byref() 609 vargs = (VARIANT*)safe_emalloc(sizeof(VARIANT), nargs, 0); in php_com_do_invoke_by_id()
|
/PHP-7.0/ext/intl/ |
H A D | intl_common.h | 33 # define eumalloc(size) (UChar*)safe_emalloc(size, sizeof(UChar), 0)
|
/PHP-7.0/ext/bcmath/libbcmath/src/ |
H A D | div.c | 130 num1 = (unsigned char *) safe_emalloc (1, n1->n_len+n1->n_scale, extra+2); in bc_divide() 136 num2 = (unsigned char *) safe_emalloc (1, len2, 1); in bc_divide() 167 mval = (unsigned char *) safe_emalloc (1, len2, 1); in bc_divide()
|
/PHP-7.0/ext/filter/ |
H A D | callback_filter.c | 36 args = safe_emalloc(sizeof(zval), 1, 0); in php_filter_callback()
|
/PHP-7.0/ext/dba/ |
H A D | dba_cdb.c | 166 new_entry = safe_emalloc(len, 1, 1); in DBA_FETCH_FUNC() 271 key = safe_emalloc(klen, 1, 1); in DBA_FIRSTKEY_FUNC() 303 key = safe_emalloc(klen, 1, 1); in DBA_NEXTKEY_FUNC()
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_color.c | 36 buf = (unsigned long *)safe_emalloc(sizeof(unsigned long), 5 * im2->colorsTotal, 0); in gdImageColorMatch()
|
H A D | wbmp.c | 128 if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL) in createwbmp() 198 …if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == N… in readwbmp()
|
H A D | gd_png.c | 323 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx() 325 row_pointers = (png_bytepp) safe_emalloc(height, sizeof(png_bytep), 0); in gdImageCreateFromPngCtx() 690 row_pointers = safe_emalloc(sizeof(png_bytep), height, 0); in gdImagePngCtxEx() 693 *prow_pointers = (png_bytep) safe_emalloc(width, channels, 0); in gdImagePngCtxEx() 731 row_pointers = safe_emalloc(height, sizeof(png_bytep), 0); in gdImagePngCtxEx()
|
H A D | gdxpm.c | 45 colors = (int *) safe_emalloc(number, sizeof(int), 0); in gdImageCreateFromXpm()
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_data.c | 86 UChar *npattern = safe_emalloc(sizeof(UChar)*2, *spattern_len, sizeof(UChar)); in msgformat_fix_quotes()
|
/PHP-7.0/ext/sysvmsg/ |
H A D | sysvmsg.c | 349 messagebuffer = (struct php_msgbuf *) safe_emalloc(maxsize, 1, sizeof(struct php_msgbuf)); in PHP_FUNCTION() 425 messagebuffer = safe_emalloc(ZSTR_LEN(msg_var.s), 1, sizeof(struct php_msgbuf)); in PHP_FUNCTION() 454 messagebuffer = safe_emalloc(message_len, 1, sizeof(struct php_msgbuf)); in PHP_FUNCTION()
|
/PHP-7.0/ext/phar/ |
H A D | dirstream.c | 229 entry = (char *) safe_emalloc(found - ZSTR_VAL(str_key), 1, 1); in phar_make_dirstream() 234 entry = (char *) safe_emalloc(keylen, 1, 1); in phar_make_dirstream() 263 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream() 270 entry = (char *) safe_emalloc(keylen - dirlen, 1, 1); in phar_make_dirstream()
|
/PHP-7.0/ext/interbase/ |
H A D | ibase_events.c | 329 event = (ibase_event *) safe_emalloc(sizeof(ibase_event), 1, 0); in PHP_FUNCTION() 336 event->events = (char **) safe_emalloc(sizeof(char *), 15, 0); in PHP_FUNCTION()
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_statement.c | 773 buf = outcol->data = (text *) safe_emalloc(1, outcol->storage_size4, 0); in php_oci_statement_execute() 1743 bind->array.elements = (text *)safe_emalloc(max_table_length * (maxlength + 1), sizeof(text), 0); in php_oci_bind_array_helper_string() 1748 bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); in php_oci_bind_array_helper_string() 1750 bind->array.indicators = safe_emalloc(max_table_length, sizeof(sb2), 0); in php_oci_bind_array_helper_string() 1804 …bind->array.elements = (oci_phpsized_int *)safe_emalloc(max_table_length, sizeof(oci_phpsized_int… in php_oci_bind_array_helper_number() 1808 bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); in php_oci_bind_array_helper_number() 1845 bind->array.elements = (double *)safe_emalloc(max_table_length, sizeof(double), 0); in php_oci_bind_array_helper_double() 1849 bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); in php_oci_bind_array_helper_double() 1887 bind->array.elements = (OCIDate *)safe_emalloc(max_table_length, sizeof(OCIDate), 0); in php_oci_bind_array_helper_date() 1891 bind->array.element_lengths = safe_emalloc(max_table_length, sizeof(ub2), 0); in php_oci_bind_array_helper_date()
|
/PHP-7.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 403 uresult = safe_emalloc( ustr_len, sizeof( UChar ), 1 * sizeof( UChar ) ); in PHP_FUNCTION() 418 uresult = safe_emalloc( uresult_len, sizeof( UChar ), 1 * sizeof( UChar ) ); in PHP_FUNCTION()
|
/PHP-7.0/ext/xsl/ |
H A D | xsltprocessor.c | 122 value = (xmlChar*) safe_emalloc (str_len, sizeof(xmlChar), 0); in php_xsl_xslt_string_to_xpathexpr() 125 value = (xmlChar*) safe_emalloc (str_len, sizeof(xmlChar), 0); in php_xsl_xslt_string_to_xpathexpr() 146 params = (char **)safe_emalloc((2 * zend_hash_num_elements(parht) + 1), sizeof(char *), 0); in php_xsl_xslt_make_params() 229 args = safe_emalloc(fci.param_count, sizeof(zval), 0); in xsl_ext_function_php()
|
/PHP-7.0/ext/dba/libcdb/ |
H A D | cdb_make.c | 174 c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0); in cdb_make_finish()
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.c | 735 ldap_attrs = safe_emalloc((num_attribs+1), sizeof(char *), 0); in php_ldap_do_search() 797 lds = safe_emalloc(nlinks, sizeof(ldap_linkdata), 0); in php_ldap_do_search() 798 rcs = safe_emalloc(nlinks, sizeof(*rcs), 0); in php_ldap_do_search() 1443 ldap_mods = safe_emalloc((num_attribs+1), sizeof(LDAPMod *), 0); in php_ldap_do_modify() 1444 num_berval = safe_emalloc(num_attribs, sizeof(int), 0); in php_ldap_do_modify() 1487 ldap_mods[i]->mod_bvalues = safe_emalloc((num_values + 1), sizeof(struct berval *), 0); in php_ldap_do_modify() 1846 ldap_mods = safe_emalloc((num_mods+1), sizeof(LDAPMod *), 0); in PHP_FUNCTION() 1851 ldap_mods[i] = safe_emalloc(1, sizeof(LDAPMod), 0); in PHP_FUNCTION() 1889 ldap_mods[i]->mod_bvalues = safe_emalloc((num_modvals+1), sizeof(struct berval *), 0); in PHP_FUNCTION() 1898 ldap_mods[i]->mod_bvalues[j] = safe_emalloc(1, sizeof(struct berval), 0); in PHP_FUNCTION() [all …]
|