Searched refs:nspaces (Results 1 – 1 of 1) sorted by relevance
336 static const int nspaces = sizeof(spaces) - 1; in asn1_print_fsname() local338 while (indent > nspaces) { in asn1_print_fsname()339 if (BIO_write(out, spaces, nspaces) != nspaces) in asn1_print_fsname()341 indent -= nspaces; in asn1_print_fsname()
Completed in 4 milliseconds