Lines Matching defs:line
143 char * line;
194 || (line = apr_palloc(pool, LINE_BUF_SIZE)) == NULL) {
207 while (apr_file_gets(line, LINE_BUF_SIZE, infile) == APR_SUCCESS) {
214 if (line[0] == '\0') {
222 if (!apr_isxdigit(line[0]) && line[0] != ':') {
224 apr_file_puts(line, outfile);
228 /* Terminate the line at the next space */
229 if ((space = strchr(line, ' ')) != NULL) {
237 hostname = (char *) apr_hash_get(cache, line, APR_HASH_KEY_STRING);
245 status = apr_sockaddr_info_get(&ip, line, APR_UNSPEC, 0, 0, pline);
250 apr_file_puts(line, outfile);
270 apr_file_puts(line, outfile);
275 apr_hash_set(cache, line, APR_HASH_KEY_STRING,
276 apr_pstrdup(apr_hash_pool_get(cache), line));
291 apr_file_puts(line, outfile);
296 apr_hash_set(cache, line, APR_HASH_KEY_STRING,
297 apr_pstrdup(apr_hash_pool_get(cache), line));
306 apr_hash_set(cache, line, APR_HASH_KEY_STRING,