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