Home
last modified time | relevance | path

Searched defs:net_stream (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_vio.c81 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD() local
124 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
165 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
248 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD() local
312 php_stream * net_stream = open_stream(vio, scheme, persistent, conn_stats, error_info); in MYSQLND_METHOD() local
447 php_stream * net_stream = net->data->get_stream(net); in MYSQLND_METHOD() local
490 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD() local
642 php_stream * net_stream; in MYSQLND_METHOD() local
H A Dmysqlnd_net.c89 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD() local
136 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
178 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
262 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD() local
327 …php_stream * net_stream = open_stream(net, scheme, scheme_len, persistent, conn_stats, error_info); in MYSQLND_METHOD() local
862 php_stream * net_stream = net->data->get_stream(net); in MYSQLND_METHOD() local
905 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD() local
1065 php_stream * net_stream; in MYSQLND_METHOD() local
H A Dmysqlnd_connection.c1230 php_stream * net_stream = vio->data->m.get_stream(vio); local

Completed in 36 milliseconds