Searched refs:sanitise (Results 1 - 2 of 2) sorted by relevance
/external/dnsmasq/src/ |
H A D | rfc2131.c | 84 static int sanitise(unsigned char *opt, char *buf); 695 if (sanitise(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->namebuff)) 697 if (sanitise(option_find(mess, sz, OPTION_USER_CLASS, 1), daemon->namebuff)) 838 /* sanitise any message. Paranoid? Moi? */ 839 sanitise(option_find(mess, sz, OPTION_MESSAGE, 1), daemon->dhcp_buff); 1363 static int sanitise(unsigned char *opt, char *buf) function 1431 else if (!is_name || !sanitise(start, daemon->namebuff))
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
H A D | example.php | 43 // you sanitise correctly if you use $_POST of course - this very script has had a security
|
Completed in 95 milliseconds