Searched defs:ipc (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dsed1.c64 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
72 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc,
463 sed_reptr_t *ipc = eval->commands->ptrspace; local
472 ipc = eval->pending;
478 while (ipc->command) {
483 p1 = ipc->ad1;
484 p2 = ipc->ad2;
488 if (eval->inar[ipc->nrep]) {
494 eval->inar[ipc->nrep] = 0;
495 if (ipc
603 substitute(sed_eval_t *eval, sed_reptr_t *ipc, step_vars_storage *step_vars) argument
691 command(sed_eval_t *eval, sed_reptr_t *ipc, step_vars_storage *step_vars) argument
[all...]

Completed in 932 milliseconds