Home
last modified time | relevance | path

Searched defs:persistent (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.2/main/streams/
H A Dplain_wrapper.c978 int persistent = options & STREAM_OPEN_PERSISTENT; in _php_stream_fopen() local
H A Dstreams.c1997 int persistent = options & STREAM_OPEN_PERSISTENT; local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c2276 zend_bool persistent = (s != NULL) ? s->persistent : 0; in MYSQLND_METHOD() local
H A Dmysqlnd.h86 #define mysqlnd_init(flags, persistent) mysqlnd_connection_init((flags), (persistent), NULL /*use … argument
H A Dmysqlnd_wireprotocol.c2963 mysqlnd_protocol_payload_decoder_factory_init(MYSQLND_CONN_DATA * conn, const zend_bool persistent) in mysqlnd_protocol_payload_decoder_factory_init()
/PHP-7.2/Zend/
H A Dzend_hash.c236 …h_init_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool … in _zend_hash_init_ex()
H A Dzend_API.c2777 int persistent; in zend_register_class_alias_ex() local
/PHP-7.2/ext/imap/
H A Dphp_imap.c1163 static void php_imap_do_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) in php_imap_do_open()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1290 static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)

Completed in 83 milliseconds

123