Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/dba/
H A Ddba_db4.c77 DBTYPE type; local
/PHP-5.4/ext/intl/formatter/
H A Dformatter_attr.c429 long type = ULOC_ACTUAL_LOCALE; in PHP_FUNCTION() local
/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h117 ttinfo *type; member
126 unsigned int type; member
196 int type; member
/PHP-5.4/ext/standard/
H A Dincomplete_class.c57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal… in incomplete_class_get_property()
H A Dexec.c60 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c940 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \ argument
944 #define IS_TYPE1_TRANSFER(type) \ argument
2314 static sljit_uw get_cc(sljit_si type) in get_cc()
2385 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
2426 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2466 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1229 static sljit_ins get_cc(sljit_si type) in get_cc()
1284 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1330 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1368 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativeARM_64.c1787 static sljit_uw get_cc(sljit_si type) in get_cc()
1858 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1884 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_si type, in emit_cmp_to0()
1918 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1948 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1617 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1733 …PI_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_cmp()
1854 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_fcmp()
1943 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2004 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativePPC_common.c1292 #define EMIT_MOV(type, type_flags, type_cast) \ argument
2067 static sljit_ins get_bo_bi_flags(sljit_si type) in get_bo_bi_flags()
2130 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
2162 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2216 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c281 sljit_si type = (jump->flags >> 4) & 0xf; in set_jump_instruction() local
1811 static sljit_uw get_cc(sljit_si type) in get_cc()
1882 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1915 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1946 sljit_si type) in sljit_emit_op_flags()
/PHP-5.4/ext/ereg/regex/
H A Dregex.h12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall argument
/PHP-5.4/ext/mbstring/
H A Dmbstring.h196 int type; member
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c525 #define JUMP(type) \ argument
527 #define JUMPTO(type, label) \ argument
533 #define CMP(type, src1, src1w, src2, src2w) \ argument
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
929 pcre_uchar type; in detect_repeat() local
5918 #define BACKTRACK_AS(type) ((type *)backtrack) argument
6051 pcre_uchar type; in compile_ref_iterator_matchingpath() local
7866 pcre_uchar type; in compile_iterator_matchingpath() local
8555 #define CURRENT_AS(type) ((type *)current) argument
8562 pcre_uchar type; in compile_iterator_backtrackingpath() local
[all …]
/PHP-5.4/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.c331 …yer(char *name, uint name_length, void (*displayer)(zend_ini_entry *ini_entry, int type)) /* {{{ */ in zend_ini_register_displayer()
422 static void zend_ini_displayer_cb(zend_ini_entry *ini_entry, int type) /* {{{ */ in zend_ini_displayer_cb()
H A Dzend_ini_scanner.l140 #define RETURN_TOKEN(type, str, len) { \ argument
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
322 zend_uchar type; /* active type */ member
467 char type; member
/PHP-5.4/ext/snmp/
H A Dphp_snmp.h114 char type; member
/PHP-5.4/ext/pdo_dblib/
H A Ddblib_stmt.c42 static char *pdo_dblib_get_field_name(int type) in pdo_dblib_get_field_name()
/PHP-5.4/ext/date/
H A Dphp_date.h123 int type; member
/PHP-5.4/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.4/ext/interbase/
H A Dibase_query.c52 unsigned short type; member
1293 static int _php_ibase_var_zval(zval *val, void *data, int type, int len, /* {{{ */ in _php_ibase_var_zval()
1881 int type; in PHP_FUNCTION() local
2005 int type; in PHP_FUNCTION() local
/PHP-5.4/TSRM/
H A DTSRM.h164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument

Completed in 113 milliseconds

123456789