Searched refs:PO_CREAT (Results 1 – 5 of 5) sorted by relevance
95 #define PO_CREAT 0x2 macro
1503 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE | in pool_conf_open()1513 if (oflags & PO_CREAT) in pool_conf_open()
1650 if ((oflags & PO_CREAT) != 0) { in pool_xml_connection_alloc()
182 public final static int PO_CREAT = 0x2; field in PoolInternal
881 if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) { in parser_conf_create()