Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c171 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_case_unstable_i() local
178 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_case_unstable_i()
179 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_case_unstable_i()
196 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_unstable_i() local
203 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_unstable_i()
204 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_unstable_i()
221 char buf1[MAX_LENGTH_OF_LONG + 1]; in php_array_key_compare_string_natural_general() local
228 s1 = zend_print_long_to_buf(buf1 + sizeof(buf1) - 1, f->h); in php_array_key_compare_string_natural_general()
229 l1 = buf1 + sizeof(buf1) - 1 - s1; in php_array_key_compare_string_natural_general()
269 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.c1681 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_pass_incompatible() local
1683 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1684 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_pass_incompatible()
1687 *buf1.end = 0; in zend_ffi_pass_incompatible()
1708 zend_ffi_ctype_name_buf buf1, buf2; in zend_ffi_assign_incompatible() local
1710 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1711 if (!zend_ffi_ctype_name(&buf1, type)) { in zend_ffi_assign_incompatible()
1714 *buf1.end = 0; in zend_ffi_assign_incompatible()
1721 …zend_throw_error(zend_ffi_exception_ce, "Incompatible types when assigning to type '%s'", buf1.sta… in zend_ffi_assign_incompatible()
1724 …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.c270 char *buf1; in PHP_FUNCTION() local
276 &buf1, &len1, in PHP_FUNCTION()
285 RETURN_LONG(sodium_memcmp(buf1, buf2, len1)); in PHP_FUNCTION()
3006 char *buf1; in PHP_FUNCTION() local
3012 &buf1, &len1, in PHP_FUNCTION()
3021 RETURN_LONG(sodium_compare((const unsigned char *) buf1, in PHP_FUNCTION()

Completed in 44 milliseconds