Searched refs:protection (Results 1 – 10 of 10) sorted by relevance
22 int mprotect(void *addr, size_t size, int protection) { in mprotect() argument24 …return (int)VirtualProtect(addr, size, protection == (PROT_READ | PROT_WRITE) ? PAGE_READWRITE : P… in mprotect()
29 int mprotect(void *addr, size_t size, int protection);
32 $i = 0; // endless-loop protection
627 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
94 fputs($s, "504 Wrong protection.\r\n");
159 and you may at your option offer warranty protection in exchange for a
162 and you may at your option offer warranty protection in exchange for a
1127 . Introduced Zend guard recursion protection to fix __debugInfo issue.
3767 # ARJPROT_FLAG; build with data protection record; hk switch3769 # arj protection factor; maximal 10; switch hky -> factor=y+18863 # TODO: VS protection hardware?
Completed in 191 milliseconds