Searched defs:enable (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 51 ** These #defines should enable >2GB file support on POSIX if the 63 ** without this option, LFS is enable. But LFS does not exist in the kernel 419 ** We need to define _XOPEN_SOURCE as follows in order to enable 432 # define _XOPEN_SOURCE 500 /* Needed to enable pthread recursive mutexes */ 1175 ** functions to enable blocking locks with timeouts, to change the 2059 ** <dd> ^This option is used to enable or disable the enforcement of 2062 ** positive to enable FK enforcement or negative to leave FK enforcement 2069 ** <dd> ^This option is used to enable or disable [CREATE TRIGGER | triggers]. 2072 ** positive to enable triggers or negative to leave the setting unchanged. 2992 ** by default, but future releases of SQLite might enable UR 47585 sqlite3_enable_shared_cache(int enable) argument [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | streamsfuncs.c | 1498 /* {{{ proto int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind [, resource sessionstream]]) 1505 zend_bool enable; local 1508 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb|lr", &zstream, &enable, &cryptokind, &zsessstream) == FAILURE) { 1522 } else if (enable) { 1527 ret = php_stream_xport_crypto_enable(stream, enable TSRMLS_CC);
|
Completed in 81 milliseconds