Home
last modified time | relevance | path

Searched refs:func_mysqlnd_net__open_stream (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h295 typedef php_stream * (*func_mysqlnd_net__open_stream)(MYSQLND_NET * const net, const char * const … typedef
298 typedef func_mysqlnd_net__open_stream (*func_mysqlnd_net__get_open_stream)(MYSQLND_NET * const net,…
308 func_mysqlnd_net__open_stream open_pipe;
309 func_mysqlnd_net__open_stream open_tcp_or_unix;
H A Dmysqlnd_net.c263 static func_mysqlnd_net__open_stream
267 func_mysqlnd_net__open_stream ret = NULL; in MYSQLND_METHOD()
294 func_mysqlnd_net__open_stream open_stream = NULL; in MYSQLND_METHOD()

Completed in 17 milliseconds