Searched defs:allowed (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 225 ** Earlier versions of SQLite allowed the user to change this value at 1540 ** allowed by the xShmLock method of [sqlite3_io_methods]. The 2695 ** see if those actions are allowed. ^The authorizer callback should 2730 ** do not try to access data they are not allowed to see, or that they do not 4917 ** operation is allowed to continue normally. ^If the commit hook 5407 ** These macros defined the allowed values for the 5847 ** ^The other allowed parameters to sqlite3_mutex_alloc() (anything other 6886 ** number of levels of indirection are allowed. 8156 ** in the source file sqliteVdbe.c are allowed to see the insides 9351 ** Lookaside allocations are only allowed fo 99723 Bitmask allowed = ~getMask(pMaskSet, iBase); local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 4097 /* Check the allowed list */ 4102 zend_bool allowed = 0; local 4106 allowed = 1; 4112 if (!allowed) { 4113 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot set environment variable '%s' - it's not in the allowed list", pe.key); 5507 /* No nulls allowed in paths */
|
| H A D | proc_open.c | 162 /* Check the allowed list */ 167 zend_bool allowed = 0; local 171 allowed = 1; 177 if (!allowed) { 178 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Safe Mode warning: Cannot set environment variable '%s' - it's not in the allowed list", string_key); 303 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No '..' components allowed in path");
|
| /PHP_5_3/sapi/cgi/ |
| H A D | fastcgi.c | 266 * we, the creator, are allowed all access, while "Everyone Else" 267 * is only allowed to read and write to the pipe. 975 int allowed = 0; local 979 allowed = 1; 984 if (!allowed) {
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fastcgi.c | 813 int allowed = 0; local 817 allowed = 1; 822 if (!allowed) {
|
Completed in 125 milliseconds