Home
last modified time | relevance | path

Searched defs:type (Results 126 – 150 of 222) sorted by relevance

123456789

/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c779 static char *type_to_name_native(int type) /* {{{ */ in type_to_name_native()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c71 size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c437 static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return_value) in phar_fancy_stat()
586 static void phar_file_stat(const char *filename, size_t filename_length, int type, zif_handler orig… in phar_file_stat()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h170 ttinfo *type; member
191 unsigned int type; member
300 int type; member
/PHP-7.4/ext/curl/
H A Dinterface.c1761 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
2199 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
3474 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_language_scanner.l633 ZEND_API zend_op_array *compile_file(zend_file_handle *file_handle, int type) in compile_file()
657 zend_op_array *compile_filename(int type, zval *filename) in compile_filename()
H A Dzend_list.c32 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type) in zend_list_insert()
H A Dzend_virtual_cwd.h274 #define VCWD_POPEN(command, type) virtual_popen(command, type) argument
323 #define VCWD_POPEN(command, type) popen(command, type) argument
H A Dzend_virtual_cwd.c1649 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen()
H A Dzend_opcode.c46 void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_size) in init_op_array()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1668 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, const … in opcache_compile_file()
1819 zend_op_array *file_cache_compile_file(zend_file_handle *file_handle, int type) in file_cache_compile_file()
1917 zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type) in persistent_compile_file()
3331 static zend_op_array *preload_compile_file(zend_file_handle *file_handle, int type) in preload_compile_file()
3586 static zend_bool preload_is_type_known(zend_class_entry *ce, zend_type type) { in preload_is_type_known()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1057 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact()
1093 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths()
3172 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
3722 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c537 int type, new_type; in fetch_value() local
2444 static zval *row_prop_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in row_prop_read()
2488 static zval *row_dim_read(zval *object, zval *member, int type, zval *rv) in row_dim_read()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h72 phpdbg_watchtype type; member
H A Dphpdbg_watch.c132 zend_bool phpdbg_check_watch_diff(phpdbg_watchtype type, void *oldPtr, void *newPtr) { in phpdbg_check_watch_diff()
152 void phpdbg_print_watch_diff(phpdbg_watchtype type, zend_string *name, void *oldPtr, void *newPtr) { in phpdbg_print_watch_diff()
H A Dphpdbg_cmd.h55 phpdbg_param_type type; member
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp178 Formattable::Type type, in umsg_parse_format() local
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c371 static zend_always_inline zend_bool may_be_refcounted(uint32_t type) { in may_be_refcounted()
H A Dzend_ssa.c162 static inline uint32_t mask_for_type_check(uint32_t type) { in mask_for_type_check()
455 uint32_t type = (opline-1)->extended_value; in place_essa_pis() local
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h41 zend_long type; member
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c144 #define CASE_LOOKUP(code, type) \ argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c257 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
/PHP-7.4/ext/spl/
H A Dspl_directory.h68 SPL_FS_OBJ_TYPE type; member
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h171 zend_ffi_type *type; member
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.h183 unsigned char type : 2; member

Completed in 103 milliseconds

123456789