Searched defs:tf (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.c1046 /* we do nothing with (tf->dwFlags & HSE_DISCONNECT_AFTER_SEND)
1048 HSE_TF_INFO *tf = (HSE_TF_INFO*)buf_data; local
1056 if (!cid->dconf.fake_async && (tf->dwFlags & HSE_IO_ASYNC)) {
1068 if ((rv = apr_os_file_put(&fd, &tf->hFile,
1073 if (tf->BytesToWrite) {
1074 fsize = tf->BytesToWrite;
1082 fsize = fi.size - tf->Offset;
1085 /* apr_dupfile_oshandle (&fd, tf->hFile, r->pool); */
1097 if ((tf->dwFlags & HSE_IO_SEND_HEADERS) && tf
[all...]
/httpd/server/
H A Dutil.c128 char tf[MAX_STRING_LEN]; local
140 for(strp = tf, f = fmt; strp < tf + sizeof(tf) - 6 && (*strp = *f)
164 fmt = tf;

Completed in 20 milliseconds