Lines Matching defs:isapi
56 /* Retry frequency for a failed-to-load isapi .dll */
69 /* Our isapi per-dir config structure */
132 * <Directory "c:/webapps/isapi">
185 OR_FILEINFO, "Fake Asynchronous support for isapi callbacks"
198 /* Our isapi global config values */
205 /* Our loaded isapi module description structure */
249 * to lose the isapi structure's allocation entirely.
261 * assure a given isapi can be fooled into behaving well.
342 * when the load has completed. Release the global isapi hash
427 * load this isapi dll, the release this module to all
441 /* Now attempt to load the isapi on our own time,
442 * allow other isapi processing to resume.
769 * and get the data out, this was the isapi dev's oversight.
1012 apr_table_set(r->notes, "isapi-parameter", (char*) buf_data);
1418 if(strcmp(r->handler, "isapi-isa")
1419 && strcmp(r->handler, "isapi-handler")) {
1420 /* Hang on to the isapi-isa for compatibility with older docs
1422 * a newer and clearer "isapi-handler" name.
1431 * If this fails, it's pointless to load the isapi dll.
1590 case 0: /* Strange, but MS isapi accepts this as success */
1691 "could not create the isapi cache pool");
1718 AP_DECLARE_MODULE(isapi) = {