Lines Matching refs:methods

160 PHPAPI void mysqlnd_conn_set_methods(struct st_mysqlnd_conn_methods *methods)  in mysqlnd_conn_set_methods()  argument
162 mysqlnd_conn_methods = methods; in mysqlnd_conn_set_methods()
176 PHPAPI void mysqlnd_conn_data_set_methods(struct st_mysqlnd_conn_data_methods * methods) in mysqlnd_conn_data_set_methods() argument
178 mysqlnd_conn_data_methods = methods; in mysqlnd_conn_data_set_methods()
194 mysqlnd_result_set_methods(struct st_mysqlnd_res_methods * methods) in mysqlnd_result_set_methods() argument
196 MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_res) = *methods; in mysqlnd_result_set_methods()
212 mysqlnd_result_unbuffered_set_methods(struct st_mysqlnd_result_unbuffered_methods * methods) in mysqlnd_result_unbuffered_set_methods() argument
214 MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_result_unbuffered) = *methods; in mysqlnd_result_unbuffered_set_methods()
230 mysqlnd_result_buffered_set_methods(struct st_mysqlnd_result_buffered_methods * methods) in mysqlnd_result_buffered_set_methods() argument
232 MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_result_buffered) = *methods; in mysqlnd_result_buffered_set_methods()
248 mysqlnd_stmt_set_methods(struct st_mysqlnd_stmt_methods *methods) in mysqlnd_stmt_set_methods() argument
250 mysqlnd_stmt_methods = methods; in mysqlnd_stmt_set_methods()
266 mysqlnd_protocol_set_methods(struct st_mysqlnd_protocol_methods * methods) in mysqlnd_protocol_set_methods() argument
268 MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_protocol) = *methods; in mysqlnd_protocol_set_methods()
284 mysqlnd_net_set_methods(struct st_mysqlnd_net_methods * methods) in mysqlnd_net_set_methods() argument
286 MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_net) = *methods; in mysqlnd_net_set_methods()