Home
last modified time | relevance | path

Searched defs:info (Results 51 – 66 of 66) sorted by last modified time

123

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c36 static int dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.h48 #define ZEND_SET_FUNC_INFO(op_array, info) do { \ argument
H A Dzend_call_graph.h32 zend_ssa_var_info info; member
H A Dzend_dump.c170 static void zend_dump_type_info(uint32_t info, zend_class_entry *ce, int is_instanceof, uint32_t du… in zend_dump_type_info()
/PHP-7.4/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.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
/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/hash/
H A Dhash.c626 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/dba/
H A Dphp_dba.h88 char* (*info)(struct dba_handler *hnd, dba_info *); member
/PHP-7.4/Zend/
H A Dzend_gc.c115 #define GC_REF_SET_INFO(ref, info) do { \ argument
/PHP-7.4/TSRM/
H A Dtsrm_win32.h57 HANDLE info; member
/PHP-7.4/win32/
H A Dcp_enc_map_gen.c175 CPINFOEX info; in main() local
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini1425 Parent=General Crawlers
1426 Browser="EarthCom"
2358 Parent=Search Engines
2359 Browser="EARTHCOM"
/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/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 …]

Completed in 167 milliseconds

123