Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 66) sorted by path

123

/PHP-7.4/TSRM/
H A Dtsrm_win32.h57 HANDLE info; member
/PHP-7.4/Zend/
H A Dzend.h185 } info; member
H A Dzend_API.c2197 zend_internal_function_info *info = (zend_internal_function_info*)ptr->arg_info; in zend_register_functions() local
H A Dzend_alloc.c179 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… argument
180 #define ZEND_MM_SRUN_BIN_NUM(info) (((info) & ZEND_MM_SRUN_BIN_NUM_MASK) >> ZEND_MM_SRUN_BIN_… argument
181 #define ZEND_MM_SRUN_FREE_COUNTER(info) (((info) & ZEND_MM_SRUN_FREE_COUNTER_MASK) >> ZEND_MM_SRUN… argument
182 #define ZEND_MM_NRUN_OFFSET(info) (((info) & ZEND_MM_NRUN_OFFSET_MASK) >> ZEND_MM_NRUN_OFFSE… argument
1292 zend_mm_page_info info; local
1366 zend_mm_page_info info = chunk->map[page_num]; local
1393 zend_mm_page_info info; local
1533 zend_mm_page_info info = chunk->map[page_num]; local
1902 zend_mm_page_info info; local
H A Dzend_closures.c574 zval info; in zend_closure_get_debug_info() local
H A Dzend_compile.c222 const builtin_type_info *info = &builtin_types[0]; in zend_lookup_builtin_type_by_name() local
641 zend_loop_var info = {0}; in zend_begin_loop() local
5586 static void find_implicit_binds_recursively(closure_info *info, zend_ast *ast) { in find_implicit_binds_recursively()
5639 static void find_implicit_binds(closure_info *info, zend_ast *params_ast, zend_ast *stmt_ast) in find_implicit_binds()
5656 closure_info *info, znode *closure, zend_op_array *op_array) in compile_implicit_lexical_binds()
5711 static void zend_compile_implicit_closure_uses(closure_info *info) in zend_compile_implicit_closure_uses()
5987 closure_info info; in zend_compile_func_decl() local
H A Dzend_execute.c892 ZEND_COLD zend_never_inline void zend_verify_property_type_error(zend_property_info *info, zval *pr… in zend_verify_property_type_error()
951 static zend_always_inline zend_bool i_zend_check_property_type(zend_property_info *info, zval *prop… in i_zend_check_property_type()
980 static zend_bool zend_always_inline i_zend_verify_property_type(zend_property_info *info, zval *pro… in i_zend_verify_property_type()
990 zend_bool zend_never_inline zend_verify_property_type(zend_property_info *info, zval *property, zen… in zend_verify_property_type()
994 static zend_never_inline zval* zend_assign_to_typed_prop(zend_property_info *info, zval *property_v… in zend_assign_to_typed_prop()
H A Dzend_gc.c115 #define GC_REF_SET_INFO(ref, info) do { \ argument
H A Dzend_object_handlers.c1628 zend_property_info *info; in zend_std_compare_objects() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c46 COSERVERINFO info; in PHP_FUNCTION() local
H A Dcom_typeinfo.c98 ITypeInfo *info = NULL; in php_com_load_typelib() local
/PHP-7.4/ext/dba/
H A Ddba.c278 #define DBA_FETCH_RESOURCE(info, id) \ argument
423 static void dba_close(dba_info *info) in dba_close()
579 dba_info *info = NULL; in php_dba_update() local
615 dba_info *info; in php_dba_find() local
642 dba_info *info, *other; in php_dba_open() local
1041 dba_info *info = NULL; in PHP_FUNCTION() local
1148 dba_info *info = NULL; in PHP_FUNCTION() local
1175 dba_info *info = NULL; in PHP_FUNCTION() local
1237 dba_info *info = NULL; in PHP_FUNCTION() local
1260 dba_info *info = NULL; in PHP_FUNCTION() local
[all …]
H A Dphp_dba.h88 char* (*info)(struct dba_handler *hnd, dba_info *); member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c355 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
420 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
636 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
649 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
704 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
747 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
800 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
809 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
1370 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1504 cdf_property_info_t *info; in cdf_dump_summary_info() local
[all …]
H A Dreadcdf.c137 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
292 cdf_property_info_t *info; in cdf_file_summary_info() local
360 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
378 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
537 cdf_info_t info; in file_trycdf() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c441 bmp_info_t *info; in gdImageCreateFromBmpCtx() local
538 static int bmp_read_info(gdIOCtx *infile, bmp_info_t *info) in bmp_read_info()
572 static int bmp_read_windows_v3_info(gdIOCtxPtr infile, bmp_info_t *info) in bmp_read_windows_v3_info()
606 static int bmp_read_os2_v1_info(gdIOCtxPtr infile, bmp_info_t *info) in bmp_read_os2_v1_info()
631 static int bmp_read_os2_v2_info(gdIOCtxPtr infile, bmp_info_t *info) in bmp_read_os2_v2_info()
672 static int bmp_read_direct(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_direct()
787 static int bmp_read_1bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_1bit()
857 static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_4bit()
944 static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, bmp_hdr_t *header) in bmp_read_8bit()
1019 static int bmp_read_rle(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info) in bmp_read_rle()
H A Dgdxpm.c20 XpmInfo info = {0}; in gdImageCreateFromXpm() local
/PHP-7.4/ext/hash/
H A Dhash.c626 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/idn/
H A Didn.c130 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in php_intl_idn_to_46() local
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c59 php_mb_encoding_handler_info_t info; in ZEND_EXTERN_MODULE_GLOBALS() local
184 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *… in _php_mb_encoding_handler_ex()
355 php_mb_encoding_handler_info_t info; in SAPI_POST_HANDLER_FUNC() local
H A Dmbstring.c2158 php_mb_encoding_handler_info_t info; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1382 const char * info = mysql_get_client_info(); local
1437 const char *info; local
1473 const char *info; local
H A Dphp_mysqli_structs.h123 void *info; /* additional buffer */ member
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c152 mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool persistent) in mysqlnd_error_info_init()
167 mysqlnd_error_info_free_contents(MYSQLND_ERROR_INFO * const info) in mysqlnd_error_info_free_contents()
1365 MYSQLND_METHOD(mysqlnd_conn_data, info)(const MYSQLND_CONN_DATA * const conn) argument
H A Dmysqlnd_loaddata.c30 MYSQLND_INFILE_INFO *info; in mysqlnd_local_infile_init() local
69 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_read() local
90 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_error() local
111 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_end() local
148 void *info = NULL; in mysqlnd_handle_local_infile() local

Completed in 155 milliseconds

123