Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitWXExecAllocator.c99 int prot = PROT_READ | PROT_WRITE | SLJIT_PROT_WX; in sljit_malloc_exec() local
144 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local
189 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
H A DsljitExecAllocator.c174 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_chunk() local
/PHP-8.3/main/streams/
H A Dplain_wrapper.c749 int prot, flags; in php_stdiop_set_option() local
810 DWORD prot, acc, loffs = 0, hoffs = 0, delta = 0; in php_stdiop_set_option() local
/PHP-8.3/ext/snmp/
H A Dsnmp.c922 static bool netsnmp_session_set_auth_protocol(struct snmp_session *s, zend_string *prot) in netsnmp_session_set_auth_protocol()
974 static bool netsnmp_session_set_sec_protocol(struct snmp_session *s, zend_string *prot) in netsnmp_session_set_sec_protocol()

Completed in 18 milliseconds