576 */ |
576 */ |
577 if(ret == REQ_PROCESSING) { |
577 if(ret == REQ_PROCESSING) { |
578 // save nsapi context |
578 // save nsapi context |
579 // add +1 to start next round with next function |
579 // add +1 to start next round with next function |
580 rq->context.dtable_index = i + 1; |
580 rq->context.dtable_index = i + 1; |
|
581 } else if(ret == REQ_PROCEED) { |
|
582 char *pp = pblock_findkeyval(pb_key_ppath, rq->rq.vars); |
|
583 pblock_kvinsert(pb_key_path, pp, strlen(pp), rq->rq.vars); |
581 } |
584 } |
582 |
585 |
583 return ret; |
586 return ret; |
584 } |
587 } |
585 } |
588 } |