Home
last modified time | relevance | path

Searched defs:type (Results 26 – 50 of 213) sorted by path

123456789

/PHP-5.5/Zend/
H A Dzend_stack.c119 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
142 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
H A Dzend_stream.h63 zend_stream_type type; member
H A Dzend_vm_execute.h3325 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_CONST(int type, ZEND_OPCODE_HANDL… in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_VAR(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_CONST_VAR()
8688 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10428 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11175 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14579 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21191 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32113 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_CONST(int type, ZEND_OPCODE_HANDLER_… in zend_fetch_var_address_helper_SPEC_CV_CONST()
36363 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_VAR(int type, ZEND_OPCODE_HANDLER_AR… in zend_fetch_var_address_helper_SPEC_CV_VAR()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
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/curl/
H A Dinterface.c1678 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
2380 int type; in _php_curl_setopt() local
2621 char *type = NULL, *filename = NULL; in _php_curl_setopt() local
2665 char *type, *filename; in _php_curl_setopt() local
3168 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c163 int type; member
H A Dtimelib_structs.h127 ttinfo *type; member
136 unsigned int type; member
206 int type; member
/PHP-5.5/ext/date/
H A Dphp_date.c2563 int type = TIMELIB_ZONETYPE_ID, new_dst = 0; in php_date_initialize() local
4007 zval *date_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSR… in date_interval_read_property()
5003 static zval *date_period_read_property(zval *object, zval *member, int type, const zend_literal *ke… in date_period_read_property()
H A Dphp_date.h138 int type; member
/PHP-5.5/ext/dba/
H A Ddba_db2.c50 DBTYPE type; in DBA_OPEN_FUNC() local
H A Ddba_db3.c59 DBTYPE type; in DBA_OPEN_FUNC() local
H A Ddba_db4.c77 DBTYPE type; local
/PHP-5.5/ext/dom/
H A Ddocument.c1980 static void _dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_schema_validate()
2081 static void _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in _dom_document_relaxNG_validate()
H A Dphp_dom.c306 static zval **dom_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *ke… in dom_get_property_ptr_ptr()
340 zval *dom_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in dom_read_property()
H A Dxpath.c75 static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int type) /* {{{ */ in dom_xpath_ext_function_php()
386 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */ in php_xpath_eval()
/PHP-5.5/ext/ereg/regex/
H A Dmain.c221 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; local
315 options(type, s) in options() argument
H A Dregex.h12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall argument
/PHP-5.5/ext/exif/
H A Dexif.c1492 int type; member
1574 …docref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *form… in exif_error_docref()
1608 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c165 const int type; member
263 int type; in get_standard_integer_type() local
2082 check_format_type(const char *ptr, int type) in check_format_type()
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
H A Dascmagic.c80 const char *type = NULL; in file_ascmagic() local
103 const char *type, int text) in file_ascmagic_with_encoding()
H A Dencoding.c68 …nbytes, unichar **ubuf, size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding()
H A Dfile.h178 uint8_t type; /* comparison type (FILE_*) */ member
H A Dfuncs.c171 const char *type = NULL; in file_buffer() local

Completed in 223 milliseconds

123456789