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

/xsrc/external/mit/libX11/dist/src/
H A DXrm.c1112 int len, alloc_chars; local in function:GetDatabase
1142 alloc_chars = DEF_BUFF_SIZE < str_len ? str_len : DEF_BUFF_SIZE;
1143 if ((rhs = Xmalloc (alloc_chars)) == NULL) {
1357 ptr_max = ptr + alloc_chars - 4;
1486 alloc_chars += BUFSIZ/10;
1487 temp_str = Xrealloc(rhs, sizeof(char) * alloc_chars);
1498 ptr_max = rhs + alloc_chars - 4;

Completed in 5 milliseconds