Home
last modified time | relevance | path

Searched defs:name (Results 201 – 225 of 289) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/exif/
H A Dexif.c1357 char *name; member
1657 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
1802 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
1811 static void exif_iif_add_int(image_info_type *image_info, int section_index, char *name, int value) in exif_iif_add_int()
1833 static void exif_iif_add_str(image_info_type *image_info, int section_index, char *name, char *valu… in exif_iif_add_str()
1856 static void exif_iif_add_fmt(image_info_type *image_info, int section_index, char *name, char *valu… in exif_iif_add_fmt()
1874 static void exif_iif_add_buffer(image_info_type *image_info, int section_index, char *name, int len… in exif_iif_add_buffer()
1948 char buffer[64], *val, *name, uname[64]; in add_assoc_image_info() local
/PHP-7.1/Zend/
H A Dzend_ini_scanner.c57 #define STATE(name) yyc##name argument
H A Dzend.c638 static zend_bool php_auto_globals_create_globals(zend_string *name) /* {{{ */ in php_auto_globals_create_globals()
1503 ZEND_API char *zend_make_compiled_string_description(const char *name) /* {{{ */ in zend_make_compiled_string_description()
H A Dzend_vm_def.h1513 zend_string *name; variable
1673 zend_string *name; variable
4543 zend_string *name; variable
4564 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, name, arg) { argument
7329 zval *name; variable
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null)
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1419 const char *name; member
2672 static int accel_remap_huge_pages(void *start, size_t size, const char *name, size_t offset) in accel_remap_huge_pages()
2740 char perm[5], dev[6], name[MAXPATHLEN]; in accel_move_code_to_huge_pages() local
/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h224 #define PDO_DRIVER_HEADER(name) \ argument
528 zend_string *name; member
544 zend_string *name; member
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c761 const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) in cdf_read_user_stream()
775 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream()
1267 char name[__arraycount(d->d_name)]; in cdf_dump_dir() local
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1747 zend_string *name = NULL; in PHP_FUNCTION() local
1771 const char *name = NULL; in PHP_FUNCTION() local
1894 const char *name = NULL; in PHP_FUNCTION() local
2041 char *name = NULL; in PHP_FUNCTION() local
3479 char *name = NULL; in PHP_FUNCTION() local
4556 char *name; in PHP_FUNCTION() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h30 #define PHPDBG_WATCH(name) PHPDBG_COMMAND(watch_##name) argument
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h136 const char *name; member
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c109 const char *name; member
/PHP-7.1/ext/dba/libinifile/
H A Dinifile.c116 char *name; in inifile_key_split() local
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c1515 pcre_uchar name[32]; in get_ucp() local
6553 const pcre_uchar *name = ptr + 1; in compile_branch() local
6690 const pcre_uchar *name; in compile_branch() local
8911 add_name(compile_data *cd, const pcre_uchar *name, int length, in add_name()
/PHP-7.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h42 zend_string *name; member
/PHP-7.1/ext/com_dotnet/
H A Dcom_typeinfo.c378 const char *name; member
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c289 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, size_t *len) in pdo_mysql_last_insert_id()
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c255 php_apache_sapi_getenv(char *name, size_t name_len) in php_apache_sapi_getenv()
/PHP-7.1/main/
H A Dphp_output.h125 zend_string *name; member
/PHP-7.1/main/streams/
H A Duserspace.c849 #define STAT_PROP_ENTRY_EX(name, name2) \ in statbuf_from_array() argument
854 #define STAT_PROP_ENTRY(name) STAT_PROP_ENTRY_EX(name,name) in statbuf_from_array() argument
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h182 char *name; member
282 char *name; member
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2439 int XMLRPC_ServerRegisterMethod(XMLRPC_SERVER server, const char *name, XMLRPC_Callback cb) { in XMLRPC_ServerRegisterMethod()
2457 server_method* find_method(XMLRPC_SERVER server, const char* name) { in find_method()
/PHP-7.1/ext/oci8/
H A Doci8_interface.c125 char *name; in PHP_FUNCTION() local
191 char *name; in PHP_FUNCTION() local
221 char *name; in PHP_FUNCTION() local
/PHP-7.1/ext/readline/
H A Dreadline_cli.c408 zend_string *name; in cli_completion_generator_ht() local
/PHP-7.1/ext/zip/lib/
H A Dzip_open.c229 const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error); in _zip_open() local

Completed in 208 milliseconds

12345678910>>...12