Home
last modified time | relevance | path

Searched defs:name (Results 176 – 200 of 271) sorted by relevance

1234567891011

/PHP-5.5/Zend/
H A Dzend_exceptions.c223 #define CHECK_EXC_TYPE(name, type) \ argument
292 static void _default_exception_get_entry(zval *object, char *name, int name_len, zval *return_value… in _default_exception_get_entry()
H A Dzend_compile.h221 const char *name; member
232 const char *name; member
256 const char *name; member
702 const char *name; member
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null)
H A Dzend_closures.c353 char *name, *info; in zend_closure_get_debug_info() local
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1715 char *name = NULL; in PHP_FUNCTION() local
1740 const char *name = NULL; in PHP_FUNCTION() local
1862 const char *name = NULL; in PHP_FUNCTION() local
2009 char *name = NULL; in PHP_FUNCTION() local
3279 char *name = NULL; in PHP_FUNCTION() local
4317 char *name; in PHP_FUNCTION() local
/PHP-5.5/ext/openssl/
H A Dopenssl.c579 static void add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortname TSRMLS_DC)… in add_assoc_name_entry()
1461 GENERAL_NAME *name; in openssl_x509v3_subjectAltName() local
4531 #define GET_VER_OPT(name) (stream->context && SUCCESS == php_stream_context_get_optio… argument
4532 #define GET_VER_OPT_STRING(name, str) if (GET_VER_OPT(name)) { convert_to_string_ex(val); str = Z… argument
4577 X509_NAME *name; in php_openssl_apply_verification_policy() local
4779 static void openssl_add_method_or_alias(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method_or_alias()
4785 static void openssl_add_method(const OBJ_NAME *name, void *arg) /* {{{ */ in openssl_add_method()
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c116 char *name; in inifile_key_split() local
/PHP-5.5/ext/dom/
H A Dxpath.c554 char *name; in PHP_FUNCTION() local
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h42 char *name; member
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c291 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC) in pdo_mysql_last_insert_id()
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c109 const char *name; member
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h136 const char *name; member
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h224 #define PDO_DRIVER_HEADER(name) \ argument
514 char *name; member
527 char *name; member
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h106 char *name; member
205 char *name; member
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1517 pcre_uchar name[32]; in get_ucp() local
6555 const pcre_uchar *name = ptr + 1; in compile_branch() local
6692 const pcre_uchar *name; in compile_branch() local
8899 add_name(compile_data *cd, const pcre_uchar *name, int length, in add_name()
/PHP-5.5/ext/standard/
H A Dpack.c552 char *name; in PHP_FUNCTION() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c379 const char *name; member
/PHP-5.5/ext/zip/lib/
H A Dzip.h193 const char *name; /* name of the file */ member
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
/PHP-5.5/ext/exif/
H A Dexif.c1373 char *name; member
1673 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
1801 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
1810 static void exif_iif_add_int(image_info_type *image_info, int section_index, char *name, int value … in exif_iif_add_int()
1832 static void exif_iif_add_str(image_info_type *image_info, int section_index, char *name, char *valu… in exif_iif_add_str()
1873 static void exif_iif_add_buffer(image_info_type *image_info, int section_index, char *name, int len… in exif_iif_add_buffer()
1947 char buffer[64], *val, *name, uname[64]; in add_assoc_image_info() local
/PHP-5.5/ext/oci8/
H A Doci8_interface.c53 char *name; in PHP_FUNCTION() local
103 char *name; in PHP_FUNCTION() local
133 char *name; in PHP_FUNCTION() local
/PHP-5.5/ext/readline/
H A Dreadline_cli.c411 char *name; in cli_completion_generator_ht() local
/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_main.c534 static char *sapi_cgibin_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_cgibin_getenv()
546 static char *_sapi_cgibin_putenv(char *name, char *value TSRMLS_DC) in _sapi_cgibin_putenv()
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h230 char name[256]; member

Completed in 162 milliseconds

1234567891011