Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 187) sorted by relevance

12345678

/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h117 ttinfo *type; member
126 unsigned int type; member
190 int type; member
/PHP-5.3/ext/ereg/regex/
H A Dregex.h12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall argument
/PHP-5.3/ext/mbstring/
H A Dmbstring.h208 int type; member
/PHP-5.3/Zend/
H A Dzend_ini_parser.y48 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op()
H A Dzend_stream.h63 zend_stream_type type; member
H A Dzend_ini.c329 …yer(char *name, uint name_length, void (*displayer)(zend_ini_entry *ini_entry, int type)) /* {{{ */ in zend_ini_register_displayer()
420 static void zend_ini_displayer_cb(zend_ini_entry *ini_entry, int type) /* {{{ */ in zend_ini_displayer_cb()
H A Dzend.h150 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
152 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
156 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
158 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
320 zend_uchar type; /* active type */ member
419 char type; member
H A Dzend_opcode.c51 void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_size TSRMLS_DC) in init_op_array()
H A Dzend_ini_scanner.l140 #define RETURN_TOKEN(type, str, len) { \ argument
H A Dzend_operators.h107 zend_uchar type; local
336 #define convert_to_explicit_type(pzv, type) \ argument
H A Dzend_alloc.h155 #define mem_block_check(type, ptr, silent) argument
166 #define ZEND_FAST_ALLOC(p, type, fc_type) \ argument
172 #define ZEND_FAST_ALLOC_REL(p, type, fc_type) \ argument
H A Dzend_compile.h67 zend_uint type; member
194 zend_uchar type; member
249 zend_uchar type; member
268 zend_uchar type; /* MUST be the first element of this struct! */ member
271 zend_uchar type; /* never used */ member
H A Dzend_list.c35 ZEND_API int zend_list_insert(void *ptr, int type) in zend_list_insert()
/PHP-5.3/ext/interbase/
H A Dibase_query.c54 unsigned short type; member
1295 static int _php_ibase_var_zval(zval *val, void *data, int type, int len, /* {{{ */ in _php_ibase_var_zval()
1888 int type; in PHP_FUNCTION() local
2012 int type; in PHP_FUNCTION() local
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c102 int type; member
153 int sapi_stack_apply_with_argument_all(sapi_stack *stack, int type, int (*apply_function)(void *ele… in sapi_stack_apply_with_argument_all()
173 int sapi_stack_apply_with_argument_stop_if_equals(sapi_stack *stack, int type, int (*apply_function… in sapi_stack_apply_with_argument_stop_if_equals()
196 int sapi_stack_apply_with_argument_stop_if_http_error(sapi_stack *stack, int type, int (*apply_func… in sapi_stack_apply_with_argument_stop_if_http_error()
/PHP-5.3/ext/date/
H A Dphp_date.h123 int type; member
/PHP-5.3/ext/standard/
H A Dexec.c61 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
/PHP-5.3/TSRM/
H A DTSRM.h157 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
/PHP-5.3/ext/fileinfo/libmagic/
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 Dapprentice.c152 const int type; member
308 file_delmagic(struct magic *p, int type, size_t entries) in file_delmagic()
1682 check_format_type(const char *ptr, int type)
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c52 int type; member
277 static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, int source_len, int type, in _xmlreader_get_relaxNG()
490 static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETERS, int type) { in php_xmlreader_set_relaxng_schema()
/PHP-5.3/ext/curl/
H A Dinterface.c1289 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
1895 int type; in _php_curl_setopt() local
2076 char *type, *filename; in _php_curl_setopt() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c195 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in XMLRPC_to_xml_element_worker() local
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h300 #define GET_2BYTE_INT_INC(type,i,p) do {\ argument
305 #define GET_4BYTE_INT_INC(type,i,p) do {\ argument
313 #define GET_8BYTE_INT_INC(type,i,p) do {\ argument
677 #define PLATFORM_GET_INC(val,p,type) do{\ argument
684 #define PLATFORM_GET_INC(val,p,type) do{\ argument
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.h95 CS_INT type; member

Completed in 142 milliseconds

12345678