Home
last modified time | relevance | path

Searched refs:HTSABAlloc (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTString.h131 extern void HTSABAlloc(bstring **dest, int len);
146 #define BStrAlloc(d,n) HTSABAlloc( &(d), n)
DHTString.c1195 void HTSABAlloc(bstring **dest, int len) in HTSABAlloc() function