Lines Matching refs:oflags
1484 pool_conf_open(pool_conf_t *conf, const char *location, int oflags)
1500 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE |
1510 if (oflags & PO_CREAT)
1511 oflags |= PO_RDWR;
1514 if (oflags & PO_TEMP)
1534 if (oflags & PO_TEMP) {
1543 if (pool_knl_connection_alloc(conf, oflags) != PO_SUCCESS) {
1548 if (pool_xml_connection_alloc(conf, oflags) != PO_SUCCESS) {
1587 int oflags;
1597 * in oflags and restored after pool_conf_commit_sys()
1600 oflags = conf->pc_prov->pc_oflags;
1603 conf->pc_prov->pc_oflags = oflags;