Home
last modified time | relevance | path

Searched defs:code (Results 51 – 70 of 70) sorted by relevance

123

/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c201 int code; member
297 static const char *get_status_string(int code) /* {{{ */ in get_status_string()
315 static const char *get_template_string(int code) /* {{{ */ in get_template_string()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c240 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_… in detect_jump_type()
363 sljit_u16 *code; in sljit_generate_code() local
H A DsljitNativePPC_common.c259 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_… in detect_jump_type()
382 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativeARM_32.c404 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
580 sljit_uw *code; in sljit_generate_code() local
H A DsljitNativeX86_common.c437 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *cod… in generate_near_jump_code()
491 sljit_u8 *code; in sljit_generate_code() local
H A DsljitNativeTILEGX_64.c903 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in detect_jump_type()
999 sljit_ins *code; in sljit_generate_code() local
/PHP-7.4/ext/phar/
H A Dphar_object.c54 size_t code; in phar_mung_server_vars() local
134 …action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int code, char *entry, siz… in phar_file_action()
550 int code, not_cgi; in PHP_METHOD() local
/PHP-7.4/ext/session/
H A Dphp_session.h293 #define PS_ENCODE_LOOP(code) do { \ argument
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c756 XMLRPC_ERROR_CODE code; in map_expat_errors() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c322 int code; member
H A Dlsapilib.c4083 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r()
/PHP-7.4/ext/ffi/
H A Dffi.c828 void *code; member
905 void *code; in zend_ffi_create_callback() local
2867 zend_string *code = NULL; in ZEND_METHOD() local
3136 char *code, *code_pos, *scope_name, *lib; in zend_ffi_load() local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c193 OnigEncoding code; member
/PHP-7.4/ext/date/lib/
H A Dtimelib.h394 timelib_format_specifier_code code; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c6102 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
H A Dpcre2_intmodedep.h654 const pcre2_real_code *code; /* The pattern used for the match */ member
H A Dpcre2_jit_compile.c13385 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile()
14053 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile()
/PHP-7.4/ext/xml/
H A Dxml.c1514 zend_long code; in PHP_FUNCTION() local
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c624 #define RETURN_CERT_VERIFY_FAILURE(code) X509_STORE_CTX_set_error(x509_store_ctx, code); return 0; argument
/PHP-7.4/Zend/
H A Dzend_types.h156 #define ZEND_TYPE_ENCODE(code, allow_null) \ argument

Completed in 265 milliseconds

123