Home | History | Annotate | Download | only in libiberty

Lines Matching full:maxlen

189   DWORD maxlen;
203 if (RegQueryInfoKey (hKey, NULL, NULL, NULL, NULL, &maxlen, NULL, NULL,
209 namebuf = XNEWVEC (char, ++maxlen);
210 foundbuf = XNEWVEC (char, maxlen);
223 for (i = 0; RegEnumKey (hKey, i, namebuf, maxlen) == ERROR_SUCCESS; i++)
252 maxlen = 0;
255 &maxlen) != ERROR_SUCCESS || maxlen == 0)
262 foundbuf = XNEWVEC (char, maxlen + strlen (executable));
271 &maxlen);