Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 213) sorted by relevance

123456789

/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c22 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dcrypt_sha256.c23 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dfilestat.c849 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
/PHP-5.5/ext/soap/
H A Dphp_encoding.h177 int type; member
H A Dphp_soap.h102 int type; member
H A Dphp_http.c1333 static char *get_http_header_value(char *headers, char *type) in get_http_header_value()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h184 int type; member
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, const zend_literal *key TS… in saproxy_property_read()
/PHP-5.5/ext/tidy/
H A Dtidy.c102 #define TIDY_NODE_CONST(name, type) REGISTER_LONG_CONSTANT("TIDY_NODETYPE_" #name, TidyNode_##type,… argument
200 tidy_obj_type type; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c716 long type = 0; in PHP_FUNCTION() local
965 char *type = NULL; in PHP_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend_language_scanner.l612 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
H A Dzend_compile.c570 zend_uint type = variable->EA; in zend_is_function_or_method_call() local
1278 zend_uint type = variable->EA; in zend_check_writable_variable() local
1298 void zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC) /* {{{ */ in zend_do_end_variable_parse()
5592 int type; in zend_do_fetch_constant() local
6101 void zend_do_include_or_eval(int type, znode *result, const znode *op1 TSRMLS_DC) /* {{{ */ in zend_do_include_or_eval()
6172 void zend_do_isset_or_isempty(int type, znode *result, znode *variable TSRMLS_DC) /* {{{ */ in zend_do_isset_or_isempty()
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c70 #define METHODDEF(type) static type argument
71 #define LOCAL(type) static type argument
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h104 ulong type; member
/PHP-5.5/win32/build/
H A Dconfutils.js200 function ConfigureArg(type, optname, helptext, defval) argument
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c182 static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in xsl_ext_function_php()
/PHP-5.5/ext/phar/
H A Dphar_internal.h436 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TS… in phar_set_fp_type()
479 char type; member
/PHP-5.5/ext/iconv/
H A Diconv.c2443 char *type, *charset; in PHP_FUNCTION() local
2476 char *type = "all"; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c2085 …er *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw, sljit_si type) in sljit_emit_op_flags()
2315 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2404 …_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c78 int type; member
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c621 int type = ZEND_INI_PERDIR; in alter_ini() local
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c552 int type, new_type; in fetch_value() local
2574 static zval *row_prop_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in row_prop_read()
/PHP-5.5/ext/openssl/
H A Dopenssl.c1250 int type; in php_openssl_x509_from_zval() local
2220 char * type; in php_openssl_make_REQ() local
2369 int type; in php_openssl_csr_from_zval() local
2826 int type; in php_openssl_evp_from_zval() local
/PHP-5.5/ext/xml/
H A Dcompat.c363 _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, con… in _external_entity_ref_handler()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c88 mysqlnd_rset_zval_ptr_dtor(zval **zv, enum_mysqlnd_res_type type, zend_bool * copy_ctor_called TSRM… in mysqlnd_rset_zval_ptr_dtor()

Completed in 156 milliseconds

123456789