Home
last modified time | relevance | path

Searched refs:linestart (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/apps/
Dbf_prefix.c50 int linestart; /* flag to indicate we're at the line start */ member
61 ctx->linestart = 1; in prefix_create()
93 ctx->linestart = (out[outl-1] == '\n'); in prefix_write()
104 if (ctx->linestart) { in prefix_write()
110 ctx->linestart = 0; in prefix_write()
133 ctx->linestart = 1; in prefix_write()
/third_party/libxml2/
Drngparser.c76 const xmlChar *linestart; member