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

  /external/clearsilver/util/
neo_str.h 60 NEOERR *string_appendn (STRING *str, const char *buf, int l);
neo_str.c 131 NEOERR *string_appendn (STRING *str, const char *buf, int l) function
157 return string_appendn (str, buf, bl);
771 err = string_appendn (&out_s, src + x, slen-x);
776 err = string_appendn (&out_s, src + x, (ptr - src) - x);
neo_net.c 459 err = string_appendn(&str, (char *)(sock->ibuf + sock->ib), l);
466 err = string_appendn(&str, (char *)(sock->ibuf + sock->ib), l);
neo_hdf.c 1384 err = string_appendn(line, st, x);
1391 err = string_appendn(line, st, x);
    [all...]
  /external/clearsilver/cgi/
html.c 259 err = string_appendn (out, src + x, parts[i].begin - x);
284 err = string_appendn (out, src + x, (ptr - src) - x);
343 err = string_appendn (out, src + x, parts[i].begin - x);
436 err = string_appendn (out, src + x, parts[i].end - x - suffix);
453 err = string_appendn(out,src + parts[i].end - 1,1);
468 err = string_appendn (out, src + x, parts[i].end - x);
rfc2388.c 214 err = string_appendn (line, s, l);
233 err = string_appendn (line, p, l - (p-s));
461 err = string_appendn(&str, s, l);

Completed in 219 milliseconds