Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorPosix.c84 int prot = PROT_READ | PROT_WRITE; in sljit_malloc_exec() local
128 int prot = PROT_READ | (enable_exec ? PROT_EXEC : PROT_WRITE); in sljit_update_wx_flags() local
H A DsljitExecAllocatorPosix.c33 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_chunk() local
H A DsljitExecAllocatorFreeBSD.c49 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_chunk() local
H A DsljitWXExecAllocatorWindows.c89 DWORD prot = enable_exec ? PAGE_EXECUTE : PAGE_READWRITE; in sljit_update_wx_flags() local
H A DsljitExecAllocatorApple.c117 int prot = PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_chunk() local
/php-src/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-src/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 20 milliseconds