Home
last modified time | relevance | path

Searched defs:type (Results 101 – 125 of 219) sorted by relevance

123456789

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c1491 int len, type, r; in compile_length_tree() local
2662 int type, r = 0; in check_type_tree() local
2716 int type; in subexp_inf_recursive_check() local
2800 int type; in subexp_inf_recursive_check_trav() local
2913 int type; in subexp_recursive_check_trav() local
2980 int type; in setup_subexp_call() local
3144 int type; in next_setup() local
3513 int type; in setup_comb_exp_check() local
3657 int type; in setup_tree() local
4540 int type; in optimize_node_left() local
[all …]
H A Dregparse.h48 #define NTYPE2BIT(type) (1<<(type)) argument
62 #define IS_NODE_TYPE_SIMPLE(type) \ argument
188 int type; member
236 int type; member
/PHP-5.6/ext/date/
H A Dphp_date.h142 int type; member
/PHP-5.6/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.6/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.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c281 sljit_si type = (jump->flags >> 4) & 0xf; in set_jump_instruction() local
1843 static sljit_uw get_cc(sljit_si type) in get_cc()
1914 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1947 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
1978 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1620 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
1736 …PI_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_cmp()
1857 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_si type, in sljit_emit_fcmp()
1946 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2007 sljit_si type) in sljit_emit_op_flags()
H A DsljitNativePPC_common.c1293 #define EMIT_MOV(type, type_flags, type_cast) \ argument
2068 static sljit_ins get_bo_bi_flags(sljit_si type) in get_bo_bi_flags()
2131 …I_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) in sljit_emit_jump()
2163 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, … in sljit_emit_ijump()
2217 sljit_si type) in sljit_emit_op_flags()
/PHP-5.6/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
5955 #define BACKTRACK_AS(type) ((type *)backtrack) argument
6088 pcre_uchar type; in compile_ref_iterator_matchingpath() local
7908 pcre_uchar type; in compile_iterator_matchingpath() local
8596 #define CURRENT_AS(type) ((type *)current) argument
8603 pcre_uchar type; in compile_iterator_backtrackingpath() local
[all …]
/PHP-5.6/TSRM/
H A DTSRM.h164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
/PHP-5.6/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 Dfuncs.c174 const char *type = "application/octet-stream"; in file_buffer() local
H A Dsoftmagic.c749 cvt_flip(int type, int flip) in cvt_flip()
1043 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
/PHP-5.6/ext/standard/
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
/PHP-5.6/ext/opcache/
H A Dshared_alloc_win32.c43 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message()
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h203 ttinfo *type; member
212 unsigned int type; member
282 int type; member
/PHP-5.6/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.6/ext/snmp/
H A Dsnmp.c512 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
968 …oid(zval *object, int st, struct objid_query *objid_query, zval **oid, zval **type, zval **value T… in php_snmp_parse_oid()
1426 zval **oid, **value, **type; in php_snmp() local
1976 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
/PHP-5.6/ext/sockets/
H A Dsockets.c1126 long length, type = PHP_BINARY_READ; local
2089 long domain, type, protocol; local
2216 int type; local
/PHP-5.6/win32/
H A Dregistry.c72 DWORD name_len, type, value_len; in LoadDirectory() local
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.h95 CS_INT type; member
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.h115 unsigned char type : 2; member
/PHP-5.6/ext/mysqli/
H A Dmysqli.c119 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer()
321 zval *mysqli_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in mysqli_read_property()
/PHP-5.6/Zend/
H A Dzend_exceptions.c231 #define CHECK_EXC_TYPE(name, type) \ argument
898 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
H A Dzend_operators.h137 zend_uchar type; local
388 #define convert_to_explicit_type(pzv, type) \ argument

Completed in 286 milliseconds

123456789