Searched refs:protection (Results 1 – 8 of 8) sorted by relevance
24 int mprotect(void *addr, size_t size, int protection) { in mprotect() argument26 …return (int)VirtualProtect(addr, size, protection == (PROT_READ | PROT_WRITE) ? PAGE_READWRITE : P… in mprotect()
31 int mprotect(void *addr, size_t size, int protection);
30 $i = 0; // endless-loop protection
581 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
134 fputs($s, "504 Wrong protection.\r\n");
159 and you may at your option offer warranty protection in exchange for a
2407 . Added NULL byte protection to exec, system and passthru. (Yasuo)
135 vides some protection against this: see the PCRE_EXTRA_MATCH_LIMIT fea-10312 protection against this.
Completed in 43 milliseconds