Home
last modified time | relevance | path

Searched refs:buf1 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/
H A Darray.c219 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_case() local
226 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case()
227 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_case()
252 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string() local
259 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string()
260 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string()
285 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_natural_general() local
292 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general()
293 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_natural_general()
335 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_locale() local
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c1579 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_pass_incompatible() local
1581 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1582 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_pass_incompatible()
1585 *buf1.end = 0; in zend_ffi_pass_incompatible()
1606 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_assign_incompatible() local
1608 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1609 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_assign_incompatible()
1612 *buf1.end = 0; in zend_ffi_assign_incompatible()
1619 …zend_throw_error(zend_ffi_exception_ce, "Incompatible types when assigning to type '%s'", buf1.sta… in zend_ffi_assign_incompatible()
1622 …ption_ce, "Incompatible types when assigning to type '%s' from type '%s'", buf1.start, buf2.start); in zend_ffi_assign_incompatible()
[all …]
/PHP-7.4/ext/sodium/
H A Dlibsodium.c748 char *buf1; in PHP_FUNCTION() local
754 &buf1, &len1, in PHP_FUNCTION()
763 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
3182 char *buf1; in PHP_FUNCTION() local
3188 &buf1, &len1, in PHP_FUNCTION()
3197 RETURN_LONG(sodium_compare((const unsigned char *) buf1, in PHP_FUNCTION()

Completed in 65 milliseconds