Lines Matching refs:PASS

166 	DBG_RETURN(info->error_list? PASS:FAIL);  in mysqlnd_error_info_init()
392 if (PASS == conn->m->local_tx_start(conn, this_func)) { in MYSQLND_METHOD()
417 DBG_RETURN(PASS); in MYSQLND_METHOD()
427 DBG_RETURN(PASS); in MYSQLND_METHOD()
454 enum_func_status ret = PASS; in MYSQLND_METHOD()
463 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
538 …if (PASS == conn->vio->data->m.connect(conn->vio, *scheme, conn->persistent, conn->stats, conn->er… in MYSQLND_METHOD()
539PASS == conn->protocol_frame_codec->data->m.reset(conn->protocol_frame_codec, conn->stats, conn->e… in MYSQLND_METHOD()
613 if (PASS != conn->m->local_tx_start(conn, this_func)) {
790 conn->m->local_tx_end(conn, this_func, PASS);
791 DBG_RETURN(PASS);
833 if (PASS == conn->m->local_tx_start(conn, this_func)) {
857 if (PASS == conn->m->local_tx_start(conn, this_func)) {
858 …if (PASS == conn->m->send_query(conn, query, query_len, MYSQLND_SEND_QUERY_IMPLICIT, NULL, NULL) &&
859 PASS == conn->m->reap_query(conn, MYSQLND_REAP_RESULT_IMPLICIT))
861 ret = PASS;
884 if (type == MYSQLND_SEND_QUERY_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
913 if (type == MYSQLND_REAP_RESULT_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
943 if (PASS == conn->m->local_tx_start(conn, this_func)) {
958 if (PASS == conn->m->query(conn, show_query, show_query_len)) {
964 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1018 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1019 ret = (PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_KEY, key) &&
1020 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CERT, cert) &&
1021 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CA, ca) &&
1022 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CAPATH, capath) &&
1023 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CIPHER, cipher)) ? PASS : FAIL;
1041 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1048 conn->m->local_tx_end(conn, this_func, PASS);
1063 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1088 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1113 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1137 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1160 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1193 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1209 DBG_INF(ret == PASS? "PASS":"FAIL");
1224 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1247 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1265 enum_func_status ret = PASS;
1344 enum_func_status ret = PASS;
1519 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1628 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1657 DBG_INF(ret == PASS? "PASS":"FAIL");
1671 enum_func_status ret = PASS;
1675 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1844 enum_func_status ret = PASS;
1848 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1892 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1916 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1934 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1974 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
2001 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2112 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2156 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2218 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2250 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2305 DBG_RETURN(PASS);
2461 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2687 DBG_RETURN(PASS);