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

  /external/clearsilver/util/
neo_str.c 162 char *a_buf; local
165 a_buf = vnsprintf_alloc(size*2, fmt, tmp);
166 if (a_buf == NULL)
169 err = string_append(str, a_buf);
170 free(a_buf);
  /external/openssl/crypto/ec/
ec_asn1.c 435 *a_buf=NULL, *b_buf=NULL; local
474 a_buf = &char_zero;
490 a_buf = buffer_1;
516 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
    [all...]

Completed in 216 milliseconds