Lines Matching full:nright
523 const char *pRight, int nRight,
531 if( nRight!=0) dataBufferAppend(pOut, pRight, nRight);
535 if( nRight==0 ){
542 - dlrInit(&right, DL_DEFAULT, pRight, nRight);
545 + rc = dlrInit(&right, DL_DEFAULT, pRight, nRight);
674 const char *pRight, int nRight,
682 - if( nLeft==0 || nRight==0 ) return;
683 + if( nLeft==0 || nRight==0 ) return SQLITE_OK;
688 - dlrInit(&right, DL_POSITIONS, pRight, nRight);
691 + rc = dlrInit(&right, DL_POSITIONS, pRight, nRight);
733 const char *pRight, int nRight,
740 - if( nLeft==0 || nRight==0 ) return;
741 + if( nLeft==0 || nRight==0 ) return SQLITE_OK;
744 - dlrInit(&right, DL_DOCIDS, pRight, nRight);
747 + rc = dlrInit(&right, DL_DOCIDS, pRight, nRight);
787 const char *pRight, int nRight,
795 if( nRight!=0 ) dataBufferAppend(pOut, pRight, nRight);
799 if( nRight==0 ){
806 - dlrInit(&right, DL_DOCIDS, pRight, nRight);
809 + rc = dlrInit(&right, DL_DOCIDS, pRight, nRight);
861 const char *pRight, int nRight,
870 if( nRight==0 ){
877 - dlrInit(&right, DL_DOCIDS, pRight, nRight);
880 + rc = dlrInit(&right, DL_DOCIDS, pRight, nRight);