Home
last modified time | relevance | path

Searched refs:zend_ulong (Results 101 – 125 of 166) sorted by relevance

1234567

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c990 PHPAPI zend_ulong
1024 static zend_ulong
1028 zend_ulong ret = FAIL;
1434 static zend_ulong
1458 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
H A Dmysqlnd_ps.c788 zend_ulong len = Z_STRLEN(current_row[i]); in mysqlnd_stmt_fetch_row_buffered()
892 … if (Z_TYPE_P(data) == IS_STRING && (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))){ in mysqlnd_stmt_fetch_row_unbuffered()
1064 (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))) { in mysqlnd_fetch_stmt_row_cursor()
1250 const char * const data, zend_ulong data_length) in MYSQLND_METHOD()
H A Dmysqlnd_protocol_frame_codec.c360 DBG_INF_FMT("HEADER: hwd_packet_no=%u size=%3u", packet_no, (zend_ulong) net_payload_size); in MYSQLND_METHOD()
H A Dmysqlnd.h221 PHPAPI zend_ulong mysqlnd_old_escape_string(char * newstr, const char * escapestr, size_t escapestr…
/PHP-7.4/ext/standard/
H A Dfilestat.c125 …*space = TotalNumberOfBytes.HighPart * (double) (((zend_ulong)1) << 31) * 2.0 + TotalNumberOfBytes… in php_disk_total_space()
225 …*space = FreeBytesAvailableToCaller.HighPart * (double) (((zend_ulong)1) << 31) * 2.0 + FreeBytesA… in php_disk_free_space()
H A Dbasic_functions.c94 #define INADDR_NONE ((zend_ulong) -1)
3997 zend_ulong ip; in PHP_FUNCTION()
4030 zend_ulong ip; in PHP_FUNCTION()
4042 ip = (zend_ulong)sip; in PHP_FUNCTION()
4692 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval)
4722 zend_ulong h;
6007 zend_ulong key = (zend_ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));
H A Dcrypt_sha256.c359 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha256_crypt_r()
H A Dstreamsfuncs.c653 zend_ulong num_ind; in stream_array_from_fd_set()
701 zend_ulong num_ind; in stream_array_emulate_read_fd_set()
H A Dcrypt_sha512.c392 zend_ulong srounds = ZEND_STRTOUL(num, &endp, 10); in php_sha512_crypt_r()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c395 zend_ulong cursor_lib; in pdo_odbc_handle_factory()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui…
31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t…
/PHP-7.4/ext/readline/
H A Dreadline_cli.c414 zend_ulong number; in cli_completion_generator_ht()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c471 zend_ulong num_index, last_num = 0; in determine_vector_type()
550 zend_ulong num_index; in PHP_to_XMLRPC_worker()
/PHP-7.4/Zend/
H A Dzend_operators.h947 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
959 char *result = zend_print_ulong_to_buf(buf, ~((zend_ulong) num) + 1); in zend_print_long_to_buf()
H A Dzend_API.c1529 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1539 ZEND_API int add_index_null(zval *arg, zend_ulong index) /* {{{ */ in add_index_null()
1549 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool()
1559 ZEND_API int add_index_resource(zval *arg, zend_ulong index, zend_resource *r) /* {{{ */ in add_index_resource()
1569 ZEND_API int add_index_double(zval *arg, zend_ulong index, double d) /* {{{ */ in add_index_double()
1579 ZEND_API int add_index_str(zval *arg, zend_ulong index, zend_string *str) /* {{{ */ in add_index_str()
1589 ZEND_API int add_index_string(zval *arg, zend_ulong index, const char *str) /* {{{ */ in add_index_string()
1599 ZEND_API int add_index_stringl(zval *arg, zend_ulong index, const char *str, size_t length) /* {{{ … in add_index_stringl()
H A Dzend_alloc.c149 typedef zend_ulong zend_mm_bitset; /* 4-byte or 8-byte integer */
2708 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2;
2715 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2;
2721 zend_ulong h = ((uintptr_t) ptr) >> ZEND_MM_ALIGNMENT_LOG2;
2732 zend_ulong h;
H A Dzend_types.h237 zend_ulong h; /* hash value */
244 zend_ulong h; /* hash value (or numeric index) */
H A Dzend.c288 zend_ulong num_key; in print_hash()
339 zend_ulong num_key; in print_flat_hash()
H A Dzend_execute_API.c1586 zend_ulong h = zend_string_hash_val(name); in zend_set_local_var()
1629 zend_ulong h = zend_hash_func(name, len); in zend_set_local_var_str()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c291 if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) { in soap_check_zval_ref()
343 zend_hash_index_update_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data, node); in soap_check_zval_ref()
354 if ((data_ptr = zend_hash_index_find(SOAP_GLOBAL(ref_map), (zend_ulong)node)) != NULL) { in soap_check_xml_ref()
370 zend_hash_index_update(SOAP_GLOBAL(ref_map), (zend_ulong)node, data); in soap_add_xml_ref()
2643 zend_ulong int_val; in to_xml_map()
3459 zend_ulong index; in is_map()
3461 zend_ulong i = 0; in is_map()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c30 zend_ulong index; in zend_dump_ht()
637 zend_ulong num_key; in zend_dump_op()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c887 zend_ulong client_ver = mysql_get_client_version(); in PHP_MSHUTDOWN_FUNCTION()
1140 zend_ulong *field_len; in php_mysqli_fetch_into_hash_aux()
/PHP-7.4/ext/sockets/
H A Dmulticast.c91 if (Z_LVAL_P(val) < 0 || (zend_ulong)Z_LVAL_P(val) > UINT_MAX) { in php_get_if_index_from_zval()
H A Dconversions.c1072 if (lval < 0 || (zend_ulong)lval > MAX_USER_BUFF_SIZE) { in from_zval_write_msghdr_buffer_size()
1244 …if (Z_LVAL_P(zv) < 0 || (zend_ulong)Z_LVAL_P(zv) > UINT_MAX) { /* allow 0 (unspecified interface) … in from_zval_write_ifindex()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c299 zend_ulong allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; in verify_callback()
322 if ((zend_ulong)depth > allowed_depth) { in verify_callback()
1391 zend_ulong key_index; in php_openssl_enable_server_sni()

Completed in 163 milliseconds

1234567