Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c177 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_case_unstable_i() local
184 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case_unstable_i()
185 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_case_unstable_i()
202 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_unstable_i() local
209 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_unstable_i()
210 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_unstable_i()
227 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_natural_general() local
234 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general()
235 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_natural_general()
275 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_locale_unstable_i() local
[all …]
/php-src/ext/ffi/
H A Dffi.c1679 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_pass_incompatible() local
1681 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1682 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_pass_incompatible()
1685 *buf1.end = 0; in zend_ffi_pass_incompatible()
1706 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_assign_incompatible() local
1708 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1709 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_assign_incompatible()
1712 *buf1.end = 0; in zend_ffi_assign_incompatible()
1719 …zend_throw_error(zend_ffi_exception_ce, "Incompatible types when assigning to type '%s'", buf1.sta… in zend_ffi_assign_incompatible()
1722 …ption_ce, "Incompatible types when assigning to type '%s' from type '%s'", buf1.start, buf2.start); in zend_ffi_assign_incompatible()
[all …]
/php-src/ext/sodium/
H A Dlibsodium.c271 char *buf1; in PHP_FUNCTION() local
277 &buf1, &len1, in PHP_FUNCTION()
286 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
3001 char *buf1; in PHP_FUNCTION() local
3007 &buf1, &len1, in PHP_FUNCTION()
3016 RETURN_LONG(sodium_compare((const unsigned char *) buf1, in PHP_FUNCTION()

Completed in 51 milliseconds