Lines Matching defs:xpos
163 int xpos = 0;204 if (xpos == 0)206 xpos = BIO_puts(out, indent);209 xpos += BIO_printf(out, ", ");214 if ((xpos > (int)strlen(indent)) && (xpos + (int)strlen(name) > line_wrap)) {216 xpos = BIO_puts(out, indent);218 xpos += BIO_printf(out, "%s", name);226 xpos = 0;236 if (xpos > 0)
Indexes created Mon Mar 02 05:31:46 UTC 2026