Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_vio.c81 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD() local
127 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
168 php_stream * net_stream = NULL; in MYSQLND_METHOD() local
251 php_stream * net_stream = vio->data->m.get_stream(vio); in MYSQLND_METHOD() local
313 php_stream * net_stream = open_stream(vio, scheme, persistent, conn_stats, error_info); in MYSQLND_METHOD() local
448 php_stream * net_stream = net->data->get_stream(net); in MYSQLND_METHOD() local
491 php_stream * net_stream = net->data->m.get_stream(net); in MYSQLND_METHOD() local
646 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
1068 php_stream * net_stream; in MYSQLND_METHOD() local
H A Dmysqlnd_connection.c1267 php_stream * net_stream = vio->data->m.get_stream(vio); local

Completed in 21 milliseconds