Home
last modified time | relevance | path

Searched defs:persistent (Results 26 – 46 of 46) sorted by relevance

12

/PHP-5.6/Zend/
H A Dzend_ts_hash.c72 …ash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool … in _zend_ts_hash_init_ex()
H A Dzend_hash.c226 …_hash_init_ex(HashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool … in _zend_hash_init_ex()
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c58 int top, max, persistent; member
115 int sapi_stack_init_ex(sapi_stack *stack, int persistent) in sapi_stack_init_ex()
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h131 zend_bool persistent; member
H A Dmysqli_nonapi.c67 zend_bool persistent = FALSE; local
/PHP-5.6/ext/interbase/
H A Dinterbase.c893 static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) /* {{{ */ in _php_ibase_connect()
/PHP-5.6/ext/iconv/
H A Diconv.c2568 int persistent; member
2590 const char *from_charset, size_t from_charset_len, int persistent) in php_iconv_stream_filter_ctor()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_net.c1199 mysqlnd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info TSRML… in mysqlnd_net_init()
H A Dmysqlnd_ps.c2252 zend_bool persistent = (s != NULL) ? s->persistent : 0; in MYSQLND_METHOD() local
H A Dmysqlnd_wireprotocol.h64 zend_bool persistent; member
H A Dmysqlnd.h88 #define mysqlnd_init(client_flags, persistent) _mysqlnd_init((client_flags), (persistent) TSRMLS_CC) argument
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c438 …p_status_line(smart_str *buffer, int protocol_version, int response_code, int persistent) /* {{{ */ in append_http_status_line()
455 …ppend_essential_headers(smart_str* buffer, php_cli_server_client *client, int persistent) /* {{{ */ in append_essential_headers()
1568 …h(char **retval, size_t *retval_len, const char *vpath, size_t vpath_len, int persistent) /* {{{ */ in normalize_vpath()
/PHP-5.6/main/streams/
H A Dplain_wrapper.c936 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen() local
H A Dstreams.c2020 int persistent = options & STREAM_OPEN_PERSISTENT; local
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c729 static void php_sybase_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_sybase_do_connect()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c544 static void php_mssql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_mssql_do_connect()
/PHP-5.6/ext/pdo_pgsql/
H A Dpgsql_driver.c49 static char * _pdo_pgsql_trim_message(const char *message, int persistent) in _pdo_pgsql_trim_message()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c720 static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c2550 void odbc_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) in odbc_do_connect()
/PHP-5.6/ext/imap/
H A Dphp_imap.c1165 static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_imap_do_open()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c1271 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)

Completed in 177 milliseconds

12