Home
last modified time | relevance | path

Searched refs:size_t (Results 726 – 750 of 762) sorted by relevance

1...<<2122232425262728293031

/PHP-8.2/ext/pdo_odbc/
H A Dodbc_stmt.c685 size_t used = 255; /* not 256; the driver NUL terminated the buffer */ in odbc_stmt_get_col()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_driver.c670 size_t quotedlen; in firebird_handle_quoter()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c1273 size_t name_len = strlen(name_str); in reflection_extension_factory()
1459 static void reflection_property_factory_str(zend_class_entry *ce, const char *name_str, size_t name… in reflection_property_factory_str()
3224 size_t method_name_len; in ZEND_METHOD()
3253 size_t tmp_len; in ZEND_METHOD()
4569 size_t classname_len, str_name_len; in ZEND_METHOD()
5934 size_t name_len; in ZEND_METHOD()
6178 size_t len = 0; in ZEND_METHOD()
6272 size_t name_len; in ZEND_METHOD()
/PHP-8.2/build/
H A Dphp.m41222 PHP_DOES_PWRITE_WORK([ssize_t pwrite(int, void *, size_t, off64_t);])
1244 PHP_DOES_PREAD_WORK([ssize_t pread(int, void *, size_t, off64_t);])
1443 ssize_t reader(void *cookie, char *buffer, size_t size)
1445 ssize_t writer(void *cookie, const char *buffer, size_t size)
2431 AC_CHECK_SIZEOF([size_t])
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_statement.c696 size_t length = S->out_length[colno]; in pdo_mysql_stmt_get_col()
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c362 size_t quotedlen; in oci_handle_quoter()
/PHP-8.2/ext/standard/
H A Darray.c175 size_t l1, l2; in php_array_key_compare_string_case_unstable_i()
200 size_t l1, l2; in php_array_key_compare_string_unstable_i()
225 size_t l1, l2; in php_array_key_compare_string_natural_general()
1587 static zend_always_inline int php_valid_var_name(const char *var_name, size_t var_name_len) /* {{{ …
1600 size_t i;
1644 PHPAPI int php_prefix_varname(zval *result, zend_string *prefix, const char *var_name, size_t var_n…
/PHP-8.2/ext/soap/
H A Dphp_sdl.c230 size_t l1, l2; in sdl_set_uri_credentials()
238 l1 = s ? (size_t)(s - ctx->sdl->source) : strlen(ctx->sdl->source); in sdl_set_uri_credentials()
242 l2 = s ? (size_t)(s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
1542 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, size_t uri_len, time_t t, time_t … in get_sdl_from_cache()
3182 size_t uri_len = 0; in get_sdl()
H A Dphp_encoding.c782 size_t i, j; in to_zval_hexbin()
943 size_t i, j; in to_xml_hexbin()
2401 size_t i = 0; in to_xml_array()
2837 size_t buf_len=64, real_len; in to_xml_datetime_ex()
/PHP-8.2/ext/spl/
H A Dspl_array.c1373 static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, size_t fname_len, int use_a… in spl_array_method()
1646 size_t buf_len; in PHP_METHOD()
H A Dspl_dllist.c1042 size_t buf_len; in PHP_METHOD()
H A Dspl_observer.c824 size_t buf_len; in PHP_METHOD()
/PHP-8.2/ext/dom/
H A Dphp_dom.c276 static void dom_register_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea… in dom_register_prop_handler()
288 static void dom_override_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea… in dom_override_prop_handler()
/PHP-8.2/ext/dba/
H A Ddba.c1010 size_t key_len; in PHP_FUNCTION()
/PHP-8.2/ext/date/lib/
H A Dparse_iso_intervals.c971 void timelib_strtointerval(const char *s, size_t len, in timelib_strtointerval()
H A Dparse_date.re357 size_t alloc_size = *count ? (*count * 2) : 1;
1999 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const …
2182 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib…
2187 timelib_time *timelib_parse_from_format_with_map(const char *format, const char *string, size_t len…
/PHP-8.2/Zend/
H A Dzend_object_handlers.c497 size_t prop_name_len; in zend_check_property_access()
1262 size_t mname_len; in zend_get_call_trampoline_func()
H A Dzend_exceptions.c571 size_t last_len = ZSTR_LEN(str->s); in _build_trace_string()
H A Dzend_strtod.c223 extern void *MALLOC(size_t);
3618 size_t j = sizeof(ULong);
3620 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= (size_t)i;
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c79 size_t _sz = (sz), _need = (need); \
121 static size_t dasm_size = 0;
902 size_t size; in dasm_link_and_encode()
1694 size_t mem_size; in zend_jit_compute_liveness()
4916 ZEND_EXT_API int zend_jit_startup(void *buf, size_t size, bool reattached) in zend_jit_startup()
H A Dzend_jit_x86.dasc2846 size_t offset = 0;
2870 size_t offset = 0;
2889 size_t *ti;
2900 size_t ret;
2906 size_t *ti;
2914 size_t *ti;
2923 size_t *ti;
2936 size_t ret;
3385 size_t prologue_size;
14608 size_t len;
[all …]
H A Dzend_jit_trace.c461 static zend_always_inline size_t zend_jit_trace_frame_size(const zend_op_array *op_array) in zend_jit_trace_frame_size()
1193 size_t frame_size, stack_top, stack_size, stack_bottom; in zend_jit_trace_build_tssa()
3479 static void zend_jit_trace_setup_ret_counter(const zend_op *opline, size_t offset) in zend_jit_trace_setup_ret_counter()
7133 …zend_jit_compile_root_trace(zend_jit_trace_rec *trace_buffer, const zend_op *opline, size_t offset) in zend_jit_compile_root_trace()
7332 static void zend_jit_blacklist_root_trace(const zend_op *opline, size_t offset) in zend_jit_blacklist_root_trace()
7352 static bool zend_jit_trace_is_bad_root(const zend_op *opline, zend_jit_trace_stop stop, size_t offs… in zend_jit_trace_is_bad_root()
7671 size_t offset; in zend_jit_trace_hot_root()
7736 size_t offset = jit_extension->offset; in zend_jit_trace_hot_root()
8070 size_t offset = jit_extension->offset; in zend_jit_trace_hot_side()
/PHP-8.2/ext/opcache/jit/libudis86/
H A Ddecode.c548 size_t offset = 0; in decode_modrm_rm()
/PHP-8.2/ext/imap/
H A Dphp_imap.c104 void *fs_get(size_t size);
3382 size_t offset, bufferLen = 0; in _php_imap_mail()
3383 size_t bt_len; in _php_imap_mail()
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c54 _sync_cache_range((caddr_t)from, (int)((size_t)to - (size_t)from)); in ppc_cache_flush()

Completed in 202 milliseconds

1...<<2122232425262728293031