HomeSort by relevance Sort by last modified time
    Searched refs:respace (Results 1 - 4 of 4) sorted by null

  /webstack/webserver/src/server/libsed/
sed0.c 99 commands->respace = (char *)pool_calloc(p, (size_t)1, (size_t)RESIZE);
100 if (commands->respace == NULL) {
109 commands->rep->ad1 = commands->respace;
110 commands->reend = &commands->respace[RESIZE - 1];
138 pool_free(commands->pool, commands->respace);
304 if(p > &commands->respace[RESIZE-1]) {
707 if(p > &commands->respace[RESIZE-1]) {
713 if(p > &commands->respace[RESIZE-1]) {
847 if (expbuf > &commands->respace[RESIZE-2]) {
872 if (expbuf > &commands->respace[RESIZE-3])
    [all...]
libsed.h 118 char *respace; member in struct:sed_commands_s
  /webstack/mod_sed/
sed0.c 71 commands->respace = apr_pcalloc(p, RESIZE);
72 if (commands->respace == NULL) {
81 commands->rep->ad1 = commands->respace;
82 commands->reend = &commands->respace[RESIZE - 1];
277 if(p > &commands->respace[RESIZE-1]) {
681 if(p > &commands->respace[RESIZE-1]) {
687 if(p > &commands->respace[RESIZE-1]) {
821 if (expbuf > &commands->respace[RESIZE-2]) {
846 if (expbuf > &commands->respace[RESIZE-3]) {
935 if(ep + 0377 > &commands->respace[RESIZE-1])
    [all...]
libsed.h 82 char *respace; member in struct:sed_commands_s

Completed in 120 milliseconds