Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 61) sorted by relevance

123

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_func_info.c36 uint32_t info; member
40 #define F0(name, info) \ argument
42 #define F1(name, info) \ argument
44 #define FN(name, info) \ argument
46 #define FR(name, info) \ argument
48 #define FX(name, info) \ argument
50 #define I0(name, info) \ argument
52 #define I1(name, info) \ argument
54 #define IN(name, info) \ argument
1213 func_info_t *info; in zend_get_func_info() local
[all …]
H A Dcompact_literals.c53 #define LITERAL_NUM_RELATED(info) (info & LITERAL_NUM_RELATED_MASK) argument
54 #define LITERAL_NUM_SLOTS(info) ((info & LITERAL_NUM_SLOTS_MASK) >> LITERAL_NUM_SLOTS_SHIFT) argument
80 static void optimizer_literal_obj_info(literal_info *info, in optimizer_literal_obj_info()
101 static void optimizer_literal_class_info(literal_info *info, in optimizer_literal_class_info()
122 literal_info *info; in zend_optimizer_compact_literals() local
H A Dzend_func_info.h45 #define ZEND_SET_FUNC_INFO(op_array, info) do { \ argument
H A Dzend_call_graph.c269 zend_call_info **zend_build_call_map(zend_arena **arena, zend_func_info *info, zend_op_array *op_ar… in zend_build_call_map()
H A Ddfa_pass.c316 zend_arg_info *info = &op_array->arg_info[-1]; in can_elide_return_type_check() local
H A Dzend_call_graph.h32 zend_ssa_var_info info; member
/PHP-7.1/ext/dba/
H A Ddba.c280 #define DBA_FETCH_RESOURCE(info, id) \ argument
420 static void dba_close(dba_info *info) in dba_close()
573 dba_info *info = NULL; in php_dba_update() local
609 dba_info *info; in php_dba_find() local
636 dba_info *info, *other; in php_dba_open() local
985 dba_info *info = NULL; in PHP_FUNCTION() local
1092 dba_info *info = NULL; in PHP_FUNCTION() local
1119 dba_info *info = NULL; in PHP_FUNCTION() local
1181 dba_info *info = NULL; in PHP_FUNCTION() local
1204 dba_info *info = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/mysqlnd/
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
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c201 zend_file_cache_metainfo *info) in zend_file_cache_serialize_interned()
257 zend_file_cache_metainfo *info, in zend_file_cache_serialize_hash()
285 zend_file_cache_metainfo *info, in zend_file_cache_serialize_ast()
317 zend_file_cache_metainfo *info, in zend_file_cache_serialize_zval()
364 zend_file_cache_metainfo *info, in zend_file_cache_serialize_op_array()
506 zend_file_cache_metainfo *info, in zend_file_cache_serialize_func()
519 zend_file_cache_metainfo *info, in zend_file_cache_serialize_prop_info()
567 zend_file_cache_metainfo *info, in zend_file_cache_serialize_class()
701 zend_file_cache_metainfo *info, in zend_file_cache_serialize()
790 zend_file_cache_metainfo info; in zend_file_cache_script_store() local
[all …]
H A Dshared_alloc_win32.c146 MEMORY_BASIC_INFORMATION info; in zend_shared_alloc_reattach() local
/PHP-7.1/ext/mbstring/
H A Dmb_gpc.c61 php_mb_encoding_handler_info_t info; in ZEND_EXTERN_MODULE_GLOBALS() local
193 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *… in _php_mb_encoding_handler_ex()
364 php_mb_encoding_handler_info_t info; in SAPI_POST_HANDLER_FUNC() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c326 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
390 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
600 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
613 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
667 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
709 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
750 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
759 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
1261 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1395 cdf_property_info_t *info; in cdf_dump_summary_info() local
[all …]
H A Dreadcdf.c133 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
289 cdf_property_info_t *info; in cdf_file_summary_info() local
357 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
444 cdf_info_t info; in file_trycdf() local
/PHP-7.1/ext/pdo/
H A Dpdo_sqlstate.c315 const struct pdo_sqlstate_info *info; in pdo_sqlstate_init_error_table() local
330 const struct pdo_sqlstate_info *info; in pdo_sqlstate_state_to_description() local
H A Dpdo_dbh.c77 zval ex, info; in pdo_raise_impl_error() local
108 zval info; in pdo_handle_error() local
1310 zend_internal_function_info *info = (zend_internal_function_info*)funcs->arg_info; in pdo_hash_methods() local
/PHP-7.1/ext/gd/libgd/
H A Dgdxpm.c20 XpmInfo info = {0}; in gdImageCreateFromXpm() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.c73 static void phpdbg_array_intersect_init(phpdbg_intersect_ptr *info, HashTable *ht1, HashTable *ht2)… in phpdbg_array_intersect_init()
85 static int phpdbg_array_intersect(phpdbg_intersect_ptr *info, zval **ptr) { in phpdbg_array_intersect()
H A Dphpdbg_watch.c1227 … namelen, char *key, size_t keylen, HashTable *parent, zval *zv, phpdbg_watch_parse_struct *info) {
1262 …_input(char *input, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, zend…
1266 … namelen, char *key, size_t keylen, HashTable *parent, zval *zv, phpdbg_watch_parse_struct *info) {
1297 phpdbg_watch_parse_struct info; local
/PHP-7.1/win32/
H A Dcp_enc_map_gen.c175 CPINFOEX info; in main() local
/PHP-7.1/ext/standard/
H A Dimage.c441 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP()
475 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info) in php_handle_jpeg()
802 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel) in php_handle_tiff()
1368 static void php_getimagesize_from_stream(php_stream *stream, zval *info, INTERNAL_FUNCTION_PARAMETE… in php_getimagesize_from_stream()
1467 zval *info = NULL; in php_getimagesize_from_any() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c143 static char const info[] = { isc_info_sql_stmt_type }; in firebird_handle_preparer() local
619 static int pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_firebird_fetch_error_func()
/PHP-7.1/Zend/
H A Dzend_alloc.c177 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… argument
178 #define ZEND_MM_SRUN_BIN_NUM(info) (((info) & ZEND_MM_SRUN_BIN_NUM_MASK) >> ZEND_MM_SRUN_BIN_… argument
179 #define ZEND_MM_SRUN_FREE_COUNTER(info) (((info) & ZEND_MM_SRUN_FREE_COUNTER_MASK) >> ZEND_MM_SRUN… argument
180 #define ZEND_MM_NRUN_OFFSET(info) (((info) & ZEND_MM_NRUN_OFFSET_MASK) >> ZEND_MM_NRUN_OFFSE… argument
1310 zend_mm_page_info info; local
1384 zend_mm_page_info info = chunk->map[page_num]; local
1411 zend_mm_page_info info; local
1520 zend_mm_page_info info = chunk->map[page_num]; local
1864 zend_mm_page_info info; local
/PHP-7.1/ext/intl/idn/
H A Didn.c144 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in php_intl_idn_to_46() local
/PHP-7.1/ext/xml/
H A Dphp_xml.h82 zval info; local
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c38 static int dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error()

Completed in 103 milliseconds

123