Searched defs:lname (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_labels.c87 const char *lname; local
97 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) {
104 if ((rc = func(lname, &linfo, arg)) != 0)
117 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) argument
120 * If lname matches the label we are looking for, copy the
123 if (strcmp(lname, ((linfo_cb_arg_t *)arg)->lca_name) == 0) {
137 * Retrieve information about the label with name "lname"
140 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) argument
145 cb_arg.lca_name = lname;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c21840 const xmlChar* lname,
21845 lname = xmlDictLookup(vctxt->dict, lname, -1);
21846 if (lname == NULL)
21854 if ((vctxt->nodeQNames->items [i] == lname) &&
21861 xmlSchemaItemListAdd(vctxt->nodeQNames, (void *) lname);
21839 xmlSchemaVAddNodeQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar* lname, const xmlChar* nsname) argument

Completed in 356 milliseconds