Searched defs:exclusive (Results 1 - 3 of 3) sorted by relevance
/external/bluetooth/glib/glib/ |
H A D | gthreadpool.h | 49 gboolean exclusive; member in struct:_GThreadPool 53 * run at a time (max_threads == -1 means no limit), exclusive == TRUE 60 gboolean exclusive,
|
/external/libxml2/ |
H A D | c14n.c | 64 /* exclusive canonicalization */ 65 int exclusive; member in struct:_xmlC14NCtx 675 * Prints out exclusive canonical namespace axis of the current node to the 716 if(!ctx->exclusive) { 1011 * (only for non-exclusive XML Canonicalization) 1013 if (parent_visible && (!ctx->exclusive) && (cur->parent != NULL) 1162 if (!ctx->exclusive) { 1462 * inclusive namespaces (only for exclusive 1476 int exclusive, xmlChar ** inclusive_ns_prefixes, 1534 * Set "exclusive" fla 1474 xmlC14NNewCtx(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 1569 xmlC14NExecute(xmlDocPtr doc, xmlC14NIsVisibleCallback is_visible_callback, void* user_data, int exclusive, xmlChar **inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 1658 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlOutputBufferPtr buf) argument 1694 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, xmlChar ** doc_txt_ptr) argument 1766 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, int exclusive, xmlChar ** inclusive_ns_prefixes, int with_comments, const char *filename, int compression) argument [all...] |
/external/yaffs2/yaffs2/direct/ |
H A D | yaffsfs.c | 47 __u8 exclusive:1; // exclusive member in struct:__anon7143 387 if(yaffsfs_handle[i].exclusive) 448 h->exclusive = (oflag & O_EXCL) ? 1 : 0;
|
Completed in 111 milliseconds