Lines Matching defs:binfo
546 FSBlockedListInfoPtr binfo;
547 binfo = (FSBlockedListInfoPtr) blockrec->data;
548 if (binfo->status == FS_LFWI_REPLY)
550 _fs_free_props (&binfo->info);
2491 FSBlockedListInfoPtr binfo = (FSBlockedListInfoPtr) blockrec->data;
2503 _fs_free_props (&binfo->info);
2512 binfo->status = FS_LFWI_FINISHED;
2525 binfo->status = FS_LFWI_FINISHED;
2549 /* binfo->name is a 256 char array, rep->nameLength is a CARD8 */
2550 memcpy (binfo->name, buf, rep->nameLength);
2601 /* binfo->name is a 256 char array, rep->nameLength is a CARD8 */
2602 memcpy (binfo->name, buf, rep->nameLength);
2608 binfo->name[rep->nameLength] = '\0';
2609 fprintf (stderr, "fs_read_list_info %s\n", binfo->name);
2611 err = _fs_convert_lfwi_reply(conn, &binfo->info, rep, pi, po, pd);
2614 binfo->status = FS_LFWI_FINISHED;
2617 binfo->namelen = rep->nameLength;
2618 binfo->remaining = rep->nReplies;
2620 binfo->status = FS_LFWI_REPLY;
2637 FSBlockedListInfoPtr binfo;
2648 binfo = (FSBlockedListInfoPtr) blockrec->data;
2649 bzero((char *) binfo, sizeof(FSBlockedListInfoRec));
2650 binfo->status = FS_LFWI_WAITING;
2697 FSBlockedListInfoPtr binfo;
2716 binfo = (FSBlockedListInfoPtr) blockrec->data;
2718 if (binfo->status == FS_LFWI_WAITING)
2721 *namep = binfo->name;
2722 *namelenp = binfo->namelen;
2723 *pFontInfo = &binfo->info;
2724 *numFonts = binfo->remaining;
2732 switch (binfo->status) {
2737 binfo->status = FS_LFWI_WAITING;