| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | connect.inc | 124 parent::init();
|
| /PHP_TRUNK/ext/phar/tests/zip/files/ |
| H A D | zipmaker.php.inc | 42 function init()
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_events.h | 35 int (*init)(int max_fd); member in struct:fpm_event_module_s
|
| H A D | fpm_events.c | 332 if (module->init(max) < 0) {
|
| /PHP_TRUNK/scripts/dev/generate-phpt/src/ |
| H A D | gtAutoload.php | 4 gtAutoload::init(); 28 public static function init() function
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_alloc.h | 220 zend_mm_storage* (*init)(void *params); member in struct:_zend_mm_mem_handlers
|
| H A D | zend_istdiostream.h | 31 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); }
|
| H A D | zend_alloc.c | 1087 storage = handlers->init(params);
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | php_ibase_udf.c | 130 static void __attribute__((constructor)) init() function 145 void exec_php(BLOBCALLBACK b, PARAMDSC *res, ISC_SHORT *init) argument 156 switch (init && *init) {
|
| /PHP_TRUNK/ext/mcrypt/ |
| H A D | mcrypt.c | 49 zend_bool init; member in struct:_php_mcrypt 397 if (!pm->init) { \ 575 pm->init = 0; 645 pm->init = 1; 791 pm->init = 0;
|
| /PHP_TRUNK/sapi/fpm/fpm/events/ |
| H A D | devpoll.c | 44 .init = fpm_event_devpoll_init,
|
| H A D | epoll.c | 40 .init = fpm_event_epoll_init, 74 /* init epoll */
|
| H A D | kqueue.c | 43 .init = fpm_event_kqueue_init, 72 * init kqueue and stuff
|
| H A D | poll.c | 41 .init = fpm_event_poll_init,
|
| H A D | port.c | 41 .init = fpm_event_port_init,
|
| H A D | select.c | 46 .init = fpm_event_select_init,
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_driver.c | 147 if (PASS != data->m->init(data TSRMLS_CC)) { 268 if (PASS != net->data->m.init(net, stats, error_info TSRMLS_CC)) {
|
| H A D | mysqlnd_net.c | 1021 /* {{{ mysqlnd_net::init */ 1023 MYSQLND_METHOD(mysqlnd_net, init)(MYSQLND_NET * const net, MYSQLND_STATS * const stats, MYSQLND_ERROR_INFO * const error_info TSRMLS_DC) 1026 DBG_ENTER("mysqlnd_net::init"); 1092 MYSQLND_METHOD(mysqlnd_net, init),
|
| H A D | mysqlnd_structs.h | 164 /* init commands - we need to send them to server directly after connect */ 304 func_mysqlnd_net__init init; member in struct:st_mysqlnd_net_methods 504 func_mysqlnd_conn_data__init init; member in struct:st_mysqlnd_conn_data_methods
|
| H A D | mysqlnd.c | 2850 /* {{{ mysqlnd_conn_data::init */ 2852 MYSQLND_METHOD(mysqlnd_conn_data, init)(MYSQLND_CONN_DATA * conn TSRMLS_DC) 2854 DBG_ENTER("mysqlnd_conn_data::init"); 2870 MYSQLND_METHOD(mysqlnd_conn_data, init),
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_fe.c | 531 PHP_FALIAS(init,mysqli_init, arginfo_mysqli_no_params)
|
| /PHP_TRUNK/build/ |
| H A D | shtool | 526 for seq in sgr0 me rmso init reset; do # 'reset' is last
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 9438 } init; member in struct:sqlite3 [all...] |