Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_func_info.c34 uint32_t info; member
41 #define F0(name, info) \ argument
43 #define F1(name, info) \ argument
45 #define FN(name, info) \ argument
47 #define FR(name, info) \ argument
49 #define FX(name, info) \ argument
51 #define I0(name, info) \ argument
53 #define I1(name, info) \ argument
55 #define IN(name, info) \ argument
1216 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.c272 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 Dzend_call_graph.h32 zend_ssa_var_info info; member
/PHP-7.2/ext/dba/
H A Ddba.c281 #define DBA_FETCH_RESOURCE(info, id) \ argument
426 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
1038 dba_info *info = NULL; in PHP_FUNCTION() local
1145 dba_info *info = NULL; in PHP_FUNCTION() local
1172 dba_info *info = NULL; in PHP_FUNCTION() local
1234 dba_info *info = NULL; in PHP_FUNCTION() local
1257 dba_info *info = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.2/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.2/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.2/ext/fileinfo/libmagic/
H A Dcdf.c372 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header()
439 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat()
653 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain()
666 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir()
720 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat()
763 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream()
816 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info()
825 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_user_stream()
1385 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir()
1519 cdf_property_info_t *info; in cdf_dump_summary_info() local
[all …]
H A Dreadcdf.c135 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, in cdf_file_property_info()
293 cdf_property_info_t *info; in cdf_file_summary_info() local
361 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, in cdf_file_catalog_info()
379 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, in cdf_check_summary_info()
536 cdf_info_t info; in file_trycdf() local
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c205 zend_file_cache_metainfo *info)
261 zend_file_cache_metainfo *info,
289 zend_file_cache_metainfo *info,
321 zend_file_cache_metainfo *info,
368 zend_file_cache_metainfo *info,
519 zend_file_cache_metainfo *info,
532 zend_file_cache_metainfo *info,
580 zend_file_cache_metainfo *info,
714 zend_file_cache_metainfo *info,
817 zend_file_cache_metainfo info; local
[all …]
H A Dshared_alloc_win32.c146 MEMORY_BASIC_INFORMATION info; in zend_shared_alloc_reattach() local
/PHP-7.2/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.2/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
1316 zend_internal_function_info *info = (zend_internal_function_info*)funcs->arg_info; in pdo_hash_methods() local
/PHP-7.2/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.2/win32/
H A Dcp_enc_map_gen.c175 CPINFOEX info; in main() local
/PHP-7.2/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()
1370 static void php_getimagesize_from_stream(php_stream *stream, zval *info, INTERNAL_FUNCTION_PARAMETE… in php_getimagesize_from_stream()
1469 zval *info = NULL; in php_getimagesize_from_any() local
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c96 static char const info[] = { isc_info_sql_stmt_type }; in firebird_handle_preparer() local
572 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.2/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
1312 zend_mm_page_info info; local
1386 zend_mm_page_info info = chunk->map[page_num]; local
1413 zend_mm_page_info info; local
1522 zend_mm_page_info info = chunk->map[page_num]; local
1871 zend_mm_page_info info; local
/PHP-7.2/ext/intl/idn/
H A Didn.c144 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in php_intl_idn_to_46() local
/PHP-7.2/ext/xml/
H A Dphp_xml.h82 zval info; local
/PHP-7.2/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 101 milliseconds

123