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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c80 static struct dga_extinfo **dga_extinfo_table = 0; /* No table to start with */ variable in typeref:struct:dga_extinfo
146 realloc(dga_extinfo_table, sizeof(struct dga_extinfo *) *
151 dga_extinfo_table = tblptr;
152 memset((char *) &dga_extinfo_table[dga_extinfo_table_size],
159 if (dga_extinfo_table[dpy->fd] != NULL)
160 return dga_extinfo_table[dpy->fd];
197 dga_extinfo_table[dpy->fd] = infop;
323 return dga_extinfo_table[dpy->fd];
331 free(dga_extinfo_table[dpy->fd]);
332 dga_extinfo_table[dp
[all...]

Completed in 10 milliseconds