pod.c revision dd028aa8111afb6534fece555e8c2d408894671e
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "pod.h"
#include "apr_portable.h"
#include <unistd.h>
#endif
{
if (rv != APR_SUCCESS) {
return rv;
}
/*
apr_file_pipe_timeout_set((*pod)->pod_in, 0);
*/
(*pod)->p = p;
/* close these before exec. */
return APR_SUCCESS;
}
{
char c;
int rc;
/* we need to surface EINTR so we'll have to grab the
* native file descriptor and do the OS read() ourselves
*/
if (rc == 1) {
switch (c) {
case RESTART_CHAR:
return AP_RESTART;
case GRACEFUL_CHAR:
return AP_GRACEFUL;
}
}
return AP_NORESTART;
}
{
if (rv != APR_SUCCESS) {
return rv;
}
if (rv != APR_SUCCESS) {
return rv;
}
return rv;
}
{
if (rv != APR_SUCCESS) {
"write pipe_of_death");
}
return rv;
}
{
}
{
int i;
}
}