/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 32 MYSQLND_INFILE_INFO *info; in mysqlnd_local_infile_init() local 71 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_read() local 92 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_error() local 113 MYSQLND_INFILE_INFO *info = (MYSQLND_INFILE_INFO *)ptr; in mysqlnd_local_infile_end() local 164 void *info = NULL; in mysqlnd_handle_local_infile() local
|
/PHP-5.6/ext/dba/ |
H A D | dba.c | 279 #define DBA_FETCH_RESOURCE(info, id) \ argument 444 dba_info *info = (dba_info *)rsrc->ptr; in dba_close_rsrc() local 556 dba_info *info = NULL; in php_dba_update() local 592 dba_info *info; in php_dba_find() local 619 dba_info *info, *other; in php_dba_open() local 976 dba_info *info = NULL; in PHP_FUNCTION() local 1081 dba_info *info = NULL; in PHP_FUNCTION() local 1105 dba_info *info = NULL; in PHP_FUNCTION() local 1164 dba_info *info = NULL; in PHP_FUNCTION() local 1187 dba_info *info = NULL; in PHP_FUNCTION() local [all …]
|
H A D | php_dba.h | 87 char* (*info)(struct dba_handler *hnd, dba_info * TSRMLS_DC); member
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf.c | 294 cdf_read(const cdf_info_t *info, off_t off, void *buf, size_t len) in cdf_read() 321 cdf_read_header(const cdf_info_t *info, cdf_header_t *h) in cdf_read_header() 385 cdf_read_sat(const cdf_info_t *info, cdf_header_t *h, cdf_sat_t *sat) in cdf_read_sat() 584 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_sector_chain() 597 cdf_read_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_dir() 651 cdf_read_ssat(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_ssat() 693 cdf_read_short_stream(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_short_stream() 734 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, in cdf_read_summary_info() 1148 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, in cdf_dump_dir() 1283 cdf_property_info_t *info; local [all …]
|
H A D | readcdf.c | 137 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, 266 cdf_property_info_t *info; local 321 cdf_info_t info; local
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sqlstate.c | 315 const struct pdo_sqlstate_info *info; in pdo_sqlstate_init_error_table() local 333 const struct pdo_sqlstate_info **info; in pdo_sqlstate_state_to_description() local
|
H A D | pdo_dbh.c | 77 zval *ex, *info; in pdo_raise_impl_error() local 111 zval *info = NULL; in pdo_handle_error() local 1319 zend_internal_function_info *info = (zend_internal_function_info*)funcs->arg_info; in pdo_hash_methods() local
|
/PHP-5.6/ext/mbstring/ |
H A D | mb_gpc.c | 61 php_mb_encoding_handler_info_t info; in ZEND_EXTERN_MODULE_GLOBALS() local 195 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *… in _php_mb_encoding_handler_ex() 366 php_mb_encoding_handler_info_t info; in SAPI_POST_HANDLER_FUNC() local
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 26 #define LITERAL_NUM_RELATED(info) (info & LITERAL_NUM_RELATED_MASK) argument 27 #define LITERAL_NUM_SLOTS(info) ((info & LITERAL_NUM_SLOTS_MASK) >> LITERAL_NUM_SLOTS_SHIFT) argument 53 static void optimizer_literal_obj_info(literal_info *info, in optimizer_literal_obj_info() 74 static void optimizer_literal_class_info(literal_info *info, in optimizer_literal_class_info() 95 literal_info *info; in optimizer_compact_literals() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gdxpm.c | 20 XpmInfo info; in gdImageCreateFromXpm() local
|
/PHP-5.6/ext/intl/idn/ |
H A D | idn.c | 144 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in php_intl_idn_to_46() local
|
/PHP-5.6/ext/xml/ |
H A D | php_xml.h | 79 zval *info; local
|
/PHP-5.6/ext/opcache/ |
H A D | shared_alloc_win32.c | 174 MEMORY_BASIC_INFORMATION info; in zend_shared_alloc_reattach() local
|
/PHP-5.6/ext/standard/ |
H A D | image.c | 790 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel TSRMLS_… in php_handle_tiff() 1295 static void php_getimagesize_from_stream(php_stream *stream, zval **info, INTERNAL_FUNCTION_PARAMET… in php_getimagesize_from_stream() 1391 zval **info = NULL; in php_getimagesize_from_any() local
|
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.h | 55 HANDLE info; member
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 426 struct tcp_info info; in fpm_socket_get_listening_queue() local
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_typeinfo.c | 73 ITypeInfo *info = NULL; in php_com_load_typelib() local
|
H A D | com_com.c | 48 COSERVERINFO info; in PHP_FUNCTION() local
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_driver.c | 145 static char const info[] = { isc_info_sql_stmt_type }; in firebird_handle_preparer() local
|
/PHP-5.6/Zend/ |
H A D | zend_closures.c | 368 char *name, *info; in zend_closure_get_debug_info() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 772 PHPDBG_COMMAND(info) /* {{{ */ in PHPDBG_COMMAND() argument
|
/PHP-5.6/main/ |
H A D | php_network.h | 222 char info[126]; member
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_api.c | 1428 const char * info = mysql_get_client_info(); local 1483 const char *info; local 1519 const char *info; local
|
H A D | php_mysqli_structs.h | 139 void *info; /* additional buffer */ member
|
/PHP-5.6/ext/interbase/ |
H A D | interbase.c | 962 static char info[] = { isc_info_base_level, isc_info_end }; in _php_ibase_connect() local
|