Lines Matching refs:PASS

158 	DBG_RETURN(PASS);  in mysqlnd_error_info_init()
379 if (PASS == conn->m->local_tx_start(conn, this_func)) { in MYSQLND_METHOD()
396 DBG_RETURN(PASS); in MYSQLND_METHOD()
416 DBG_RETURN(PASS); in MYSQLND_METHOD()
443 enum_func_status ret = PASS; in MYSQLND_METHOD()
452 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()
535PASS == 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)) {
1161 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1175 DBG_INF(ret == PASS? "PASS":"FAIL");
1190 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1208 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1221 enum_func_status ret = PASS;
1296 enum_func_status ret = PASS;
1473 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1581 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1610 DBG_INF(ret == PASS? "PASS":"FAIL");
1624 enum_func_status ret = PASS;
1628 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1795 enum_func_status ret = PASS;
1799 if (PASS != conn->m->local_tx_start(conn, this_func)) {
1854 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1878 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1896 if (PASS == conn->m->local_tx_start(conn, this_func)) {
1936 conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
1963 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2074 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2118 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2178 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2210 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2265 DBG_RETURN(PASS);
2421 if (PASS == conn->m->local_tx_start(conn, this_func)) {
2649 DBG_RETURN(PASS);