Searched refs:linebuf (Results 1 – 3 of 3) sorted by relevance
736 memmove(linebuf, linebuf + 3, len - 3); in sanitize_line()737 linebuf[len - 3] = 0; in sanitize_line()750 if (!ossl_isbase64(linebuf[i]) || linebuf[i] == '\n' in sanitize_line()759 if (linebuf[i] == '\n' || linebuf[i] == '\r') in sanitize_line()767 linebuf[len++] = '\n'; in sanitize_line()768 linebuf[len] = '\0'; in sanitize_line()782 char *linebuf; in get_name() local792 if (linebuf == NULL) in get_name()846 char *linebuf, *p; in get_header_and_data() local856 if (linebuf == NULL) in get_header_and_data()[all …]
58 static int strip_eol(char *linebuf, int *plen, int flags);549 char linebuf[MAX_SMLEN]; in SMIME_crlf_copy() local579 eol = strip_eol(linebuf, &len, flags); in SMIME_crlf_copy()648 char linebuf[MAX_SMLEN]; in multi_split() local729 char linebuf[MAX_SMLEN]; in STACK_OF() local739 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()745 for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n'); in STACK_OF()834 if (p == linebuf) in STACK_OF()1053 if (len <= 0 || linebuf[len - 1] != '\n') in strip_eol()1056 if (len <= 1 || linebuf[len - 2] != '\r') in strip_eol()[all …]
320 char *linebuf; in STACK_OF() local324 linebuf = OPENSSL_strdup(line); in STACK_OF()325 if (linebuf == NULL) in STACK_OF()330 for (p = linebuf, q = linebuf; (c = *p) && (c != '\r') && (c != '\n'); in STACK_OF()396 OPENSSL_free(linebuf); in STACK_OF()400 OPENSSL_free(linebuf); in STACK_OF()
Completed in 14 milliseconds