Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 70) sorted by last modified time

123

/PHP-7.4/ext/pcre/pcre2lib/
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()
H A Dpcre2_substitute.c79 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end()
220 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute()
H A Dpcre2_match.c6102 pcre2_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_match()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c71 size_t *ulen, const char **code, const char **code_mime, const char **type) in file_encoding()
/PHP-7.4/ext/xml/
H A Dxml.c1514 zend_long code; in PHP_FUNCTION() local
H A Dcompat.c685 XML_ErrorString(int code) in XML_ErrorString()
/PHP-7.4/ext/curl/
H A Dinterface.c3489 zend_long code = 0; in PHP_FUNCTION() local
3500 double code = 0.0; in PHP_FUNCTION() local
3702 zend_long code; in PHP_FUNCTION() 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/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/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/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/sapi/phpdbg/
H A Dphpdbg_prompt.c214 char *code; member
465 smart_str code = {0}; in PHPDBG_COMMAND() local
524 int phpdbg_compile_stdin(zend_string *code) { in phpdbg_compile_stdin()
/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/soap/
H A Dsoap.c861 zval *code = NULL, *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local
1984 char *code, *string, *actor=NULL, *name=NULL; local
2092 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
2133 char* code = SOAP_GLOBAL(error_code); local
2172 char* code = SOAP_GLOBAL(error_code); local
3980 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
4005 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0); local
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c117 SQLINTEGER code; in pdo_odbc_error() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
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
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 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 DsljitNativeSPARC_common.c218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
296 sljit_ins *code; in sljit_generate_code() local
H A DsljitNativeMIPS_common.c314 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
447 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) in sljit_cache_flush()
505 sljit_ins *code; in sljit_generate_code() local
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 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 DsljitNativeARM_64.c164 static SLJIT_INLINE sljit_sw detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_i… in detect_jump_type()
237 sljit_ins *code; in sljit_generate_code() local
H A DsljitLir.c488 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
494 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
501 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()
2345 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code) in sljit_free_code()

Completed in 189 milliseconds

123