HomeSort by: relevance | last modified time | path
    Searched defs:mj_string_size (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/libmj/
mj.c 334 size = mj_string_size(atom) + 1;
479 mj_string_size(mj_t *atom) function
500 cc += mj_string_size(&atom->value.v[i]);
510 cc += mj_string_size(&atom->value.v[i]) + 1 + mj_string_size(&atom->value.v[i + 1]);
517 (void) fprintf(stderr, "mj_string_size: weird type %d\n", atom->type);
mj.c 334 size = mj_string_size(atom) + 1;
479 mj_string_size(mj_t *atom) function
500 cc += mj_string_size(&atom->value.v[i]);
510 cc += mj_string_size(&atom->value.v[i]) + 1 + mj_string_size(&atom->value.v[i + 1]);
517 (void) fprintf(stderr, "mj_string_size: weird type %d\n", atom->type);

Completed in 76 milliseconds