Lines Matching refs:PASS
160 DBG_RETURN(PASS); in mysqlnd_error_info_init()
381 if (PASS == conn->m->local_tx_start(conn, this_func)) { in MYSQLND_METHOD()
398 DBG_RETURN(PASS); in MYSQLND_METHOD()
418 DBG_RETURN(PASS); in MYSQLND_METHOD()
445 enum_func_status ret = PASS; in MYSQLND_METHOD()
454 if (PASS != conn->m->query(conn, command, strlen(command))) { in MYSQLND_METHOD()
534 …if (PASS == conn->vio->data->m.connect(conn->vio, *scheme, conn->persistent, conn->stats, conn->er… in MYSQLND_METHOD()
535 …PASS == conn->protocol_frame_codec->data->m.reset(conn->protocol_frame_codec, conn->stats, conn->e… in MYSQLND_METHOD()
606 if (PASS != conn->m->local_tx_start(conn, this_func)) {
783 conn->m->local_tx_end(conn, this_func, PASS);
784 DBG_RETURN(PASS);
826 if (PASS == conn->m->local_tx_start(conn, this_func)) {
853 if (PASS == conn->m->local_tx_start(conn, this_func)) {
854 …if (PASS == conn->m->send_query(conn, query, query_len, MYSQLND_SEND_QUERY_IMPLICIT, NULL, NULL) &&
855 PASS == conn->m->reap_query(conn, MYSQLND_REAP_RESULT_IMPLICIT))
857 ret = PASS;
880 if (type == MYSQLND_SEND_QUERY_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
906 if (type == MYSQLND_REAP_RESULT_IMPLICIT || PASS == conn->m->local_tx_start(conn, this_func))
932 if (PASS == conn->m->local_tx_start(conn, this_func)) {
947 if (PASS == conn->m->query(conn, show_query, show_query_len)) {
953 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1007 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1008 ret = (PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_KEY, key) &&
1009 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CERT, cert) &&
1010 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CA, ca) &&
1011 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CAPATH, capath) &&
1012 PASS == vio->data->m.set_client_option(vio, MYSQLND_OPT_SSL_CIPHER, cipher)) ? PASS : FAIL;
1030 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1037 conn->m->local_tx_end(conn, this_func, PASS);
1052 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1072 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1093 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1113 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1132 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1162 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1178 DBG_INF(ret == PASS? "PASS":"FAIL");
1193 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1213 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1228 enum_func_status ret = PASS;
1303 enum_func_status ret = PASS;
1486 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1595 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1624 DBG_INF(ret == PASS? "PASS":"FAIL");
1638 enum_func_status ret = PASS;
1642 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1809 enum_func_status ret = PASS;
1813 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1861 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1885 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1903 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1943 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1970 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2081 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2125 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2185 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2217 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2272 DBG_RETURN(PASS);
2428 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2654 DBG_RETURN(PASS);