Home
last modified time | relevance | path

Searched defs:status (Results 101 – 125 of 135) sorted by relevance

123456

/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h126 lxb_status_t status; member
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h75 enum mysqli_status status; /* object status */ member
/php-src/sapi/cgi/
H A Dcgi_main.c1746 int status = 0; local
2151 DWORD status; local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h76 int status; /* Status code. */ member
H A Ddasm_mips.h76 int status; /* Status code. */ member
H A Ddasm_arm.h77 int status; /* Status code. */ member
H A Ddasm_x86.h75 int status; /* Status code. */ member
H A Ddasm_arm64.h79 int status; /* Status code. */ member
/php-src/ext/random/
H A Drandom.c247 PHPAPI void php_random_status_free(void *status, const bool persistent) in php_random_status_free()
/php-src/win32/
H A Dioutil.c374 BOOL status; in php_win32_ioutil_unlink_w() local
/php-src/main/streams/
H A Dstreams.c561 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
1213 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h177 lxb_status_t status; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h62 lxb_status_t status; member
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c964 char *status = wp->config->pm_status_path; in fpm_conf_process_all_pools() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c321 sljit_s32 size, args_size, types, status; in sljit_emit_enter() local
/php-src/sapi/cli/
H A Dphp_cli_server.c1185 static void php_cli_server_log_response(php_cli_server_client *client, int status, const char *mess… in php_cli_server_log_response()
1993 …server_send_error_page(php_cli_server *server, php_cli_server_client *client, int status) /* {{{ */ in php_cli_server_send_error_page()
2126 int status = 200; in php_cli_server_begin_send_static() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c1057 int status, rv, w; in uncompressbuf() local
/php-src/ext/mbstring/
H A Dmbstring.stub.php85 function mb_output_handler(string $string, int $status): string {}
/php-src/sapi/litespeed/
H A Dlsapi_main.c1378 int status; in start_children() local
/php-src/ext/standard/
H A Dproc_open.c1057 zend_result status = php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS); in set_proc_descriptor_from_resource() local
H A Dimage.c169 int status = 0; in php_handle_swc() local
/php-src/ext/odbc/
H A Dphp_odbc.c255 zend_result status = zend_hash_index_del(results, res->index); in odbc_result_free() local
/php-src/ext/snmp/
H A Dsnmp.c385 int status, count, found; in php_snmp_internal() local
/php-src/Zend/
H A Dzend_builtin_functions.c139 zend_gc_status status; in ZEND_FUNCTION() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2358 static void delayed_mem_copy_init(delayed_mem_copy_status *status, compiler_common *common) in delayed_mem_copy_init()
2373 static void delayed_mem_copy_move(delayed_mem_copy_status *status, int load_base, sljit_sw load_off… in delayed_mem_copy_move()
2398 static void delayed_mem_copy_finish(delayed_mem_copy_status *status) in delayed_mem_copy_finish()
2708 delayed_mem_copy_status status; in copy_recurse_data() local

Completed in 136 milliseconds

123456