Home
last modified time | relevance | path

Searched defs:type (Results 26 – 50 of 222) sorted by relevance

123456789

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c80 const char *type = NULL; in file_ascmagic() local
107 const char *type, int text) in file_ascmagic_with_encoding()
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h89 XMLRPC_VALUE_TYPE type; /* data type of this value */ member
124 XMLRPC_VECTOR_TYPE type; /* vector type */ member
H A Dxml_to_dandarpc.c69 const char* type = NULL; in xml_element_to_DANDARPC_REQUEST_worker() local
174 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in DANDARPC_to_xml_element_worker() local
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c211 static zval *Transliterator_get_property_ptr_ptr( zval *object, zval *member, int type, void **cach… in Transliterator_get_property_ptr_ptr()
234 static zval *Transliterator_read_property( zval *object, zval *member, int type, void **cache_slot,… in Transliterator_read_property()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c234 #define RLDI(dst, src, sh, mb, type) \ argument
1197 #define EMIT_MOV(type, type_flags, type_cast) \ argument
1905 static sljit_ins get_bo_bi_flags(sljit_s32 type) in get_bo_bi_flags()
1968 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2000 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2018 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
2062 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2089 sljit_s32 type) in sljit_emit_op_flags()
2217 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2227 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
[all …]
H A DsljitNativeX86_32.c43 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code() local
728 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
771 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitLir.h305 #define SLJIT_DEF_RET(type) (type) argument
306 #define SLJIT_DEF_ARG1(type) ((type) << SLJIT_DEF_SHIFT) argument
307 #define SLJIT_DEF_ARG2(type) ((type) << (2 * SLJIT_DEF_SHIFT)) argument
308 #define SLJIT_DEF_ARG3(type) ((type) << (3 * SLJIT_DEF_SHIFT)) argument
309 #define SLJIT_DEF_ARG4(type) ((type) << (4 * SLJIT_DEF_SHIFT)) argument
323 #define SLJIT_RET(type) SLJIT_DEF_RET(SLJIT_ARG_TYPE_ ## type) argument
324 #define SLJIT_ARG1(type) SLJIT_DEF_ARG1(SLJIT_ARG_TYPE_ ## type) argument
325 #define SLJIT_ARG2(type) SLJIT_DEF_ARG2(SLJIT_ARG_TYPE_ ## type) argument
326 #define SLJIT_ARG3(type) SLJIT_DEF_ARG3(SLJIT_ARG_TYPE_ ## type) argument
327 #define SLJIT_ARG4(type) SLJIT_DEF_ARG4(SLJIT_ARG_TYPE_ ## type) argument
H A DsljitNativeX86_64.c44 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code() local
732 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
748 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativeMIPS_32.c618 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
648 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
H A DsljitNativeARM_32.c927 #define EMIT_DATA_TRANSFER(type, add, target_reg, base_reg, arg) \ argument
932 #define IS_TYPE1_TRANSFER(type) \ argument
2082 static sljit_uw get_cc(sljit_s32 type) in get_cc()
2153 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) in sljit_emit_jump()
2395 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
2430 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type in sljit_emit_ijump()
2471 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
2508 sljit_s32 type) in sljit_emit_op_flags()
2547 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_cmov(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_cmov()
2584 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_mem()
H A DsljitNativeMIPS_64.c623 …_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_call()
651 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, in sljit_emit_icall()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c49 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix()
70 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element()
110 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder()
181 sdlBindingPtr get_binding_from_type(sdlPtr sdl, sdlBindingType type) in get_binding_from_type()
682 xmlAttrPtr element, type, name; in wsdl_message() local
760 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
1189 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1191 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1326 static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in) in sdl_deserialize_type()
1828 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
[all …]
/PHP-7.4/Zend/
H A Dzend_execute.c164 #define FREE_UNFETCHED_OP(type, var) \ argument
600 static void zend_format_type(zend_type type, const char **part1, const char **part2) { in zend_format_type()
613 …ine ZEND_COLD void zend_throw_auto_init_in_prop_error(zend_property_info *prop, const char *type) { in zend_throw_auto_init_in_prop_error()
624 …line ZEND_COLD void zend_throw_auto_init_in_ref_error(zend_property_info *prop, const char *type) { in zend_throw_auto_init_in_ref_error()
921 static zend_bool zend_resolve_class_type(zend_type *type, zend_class_entry *self_ce) { in zend_resolve_class_type()
1011 zend_type type, in zend_check_type()
2519 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type) in zend_fetch_dimension_const()
2697 static zend_always_inline zend_bool check_type_array_assignable(zend_type type) { in check_type_array_assignable()
2705 static zend_always_inline zend_bool check_type_stdClass_assignable(zend_type type) { in check_type_stdClass_assignable()
3154 zend_type type = *type_ptr; in i_zend_verify_type_assignable_zval() local
[all …]
H A Dzend.c1263 int type, const char *error_filename, uint32_t error_lineno, in zend_error_va_list()
1426 static ZEND_COLD void get_filename_lineno(int type, const char **filename, uint32_t *lineno) { in get_filename_lineno()
1474 int type, const char *filename, uint32_t lineno, const char *format, ...) { in zend_error_at()
1487 ZEND_API ZEND_COLD void zend_error(int type, const char *format, ...) { in zend_error()
1499 int type, const char *filename, uint32_t lineno, const char *format, ...) in zend_error_at_noreturn()
1516 ZEND_API ZEND_COLD ZEND_NORETURN void zend_error_noreturn(int type, const char *format, ...) in zend_error_noreturn()
1659 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts()
H A Dzend_weakrefs.c121 static ZEND_COLD zval* zend_weakref_no_read(zval *object, zval *member, int type, void **rtc, zval … in zend_weakref_no_read()
129 static ZEND_COLD zval *zend_weakref_no_read_ptr(zval *object, zval *member, int type, void **rtc) { in zend_weakref_no_read_ptr()
/PHP-7.4/ext/gd/libgd/
H A Dwbmp.h29 int type; /* type of the wbmp */ member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c34 int type; member
127 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
403 int type, fd_no; in fpm_sockets_init_main() local
/PHP-7.4/ext/ftp/
H A Dftp.c767 ftp_type(ftpbuf_t *ftp, ftptype_t type) in ftp_type()
893 …ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long res… in ftp_get()
989 …*ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long sta… in ftp_put()
1072 …ppend(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type) in ftp_append()
2108 …ftp, php_stream *outstream, const char *path, const size_t path_len, ftptype_t type, zend_long res… in ftp_nb_get()
2172 ftptype_t type; in ftp_nb_continue_read() local
2229 …*ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t type, zend_long sta… in ftp_nb_put()
/PHP-7.4/ext/standard/
H A Ddns.c369 int type = DNS_T_MX, i; in PHP_FUNCTION() local
446 u_short type, class, dlen; in php_parserr() local
824 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
1052 u_short type, weight; in PHP_FUNCTION() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c241 const char *type = zend_rsrc_list_get_rsrc_type(Z_RES_P(data)); in phpdbg_print_symbols() local
379 …const char *type = (ce->ce_flags & ZEND_ACC_INTERFACE) ? "Interface" : (ce->ce_flags & ZEND_ACC_AB… in phpdbg_print_class_name() local
H A Dphpdbg_list.c235 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
284 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
/PHP-7.4/ext/opcache/Optimizer/
H A Dssa_integrity.c89 static inline zend_bool is_var_type(zend_uchar type) { in is_var_type()
121 uint32_t type = ssa->var_info[i].type; in ssa_verify_integrity() local
/PHP-7.4/ext/intl/formatter/
H A Dformatter_format.c37 zend_long type = FORMAT_TYPE_DEFAULT; in PHP_FUNCTION() local

Completed in 94 milliseconds

123456789