Searched refs:stringlen (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c439 int stringlen = 0; local
523 if (i >= stringlen) {
524 stringlen = stringlen * 2 + 16;
525 string = xrealloc(string, stringlen);
542 if (i >= stringlen) {
543 stringlen = stringlen * 2 + 16;
544 string = xrealloc(string, stringlen);
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c4117 key_setsadbident(exttype, idtype, string, stringlen, id)
4120 int stringlen;
4127 len = PFKEY_ALIGN8(sizeof(struct sadb_ident)) + PFKEY_ALIGN8(stringlen);
4146 stringlen);

Completed in 49 milliseconds