Searched defs:directive (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/apache-793/httpd/include/
H A Dutil_cfgtree.h48 const char *directive; member in struct:ap_directive_t
[all...]
H A Dhttp_config.h305 ap_directive_t *directive; member in struct:cmd_parms_struct
[all...]
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl[all...]
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DPoint.pm97 sub directive { my $self = shift; $self->{directive} } subroutine
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestsecevent.c64 test_is_sec_event(SecKeychainEvent event, SecKeychainRef *keychain, SecKeychainItemRef *item, pid_t *pid, const char *description, const char *directive, const char *reason, const char *file, unsigned line) argument
[all...]
H A Dtestmore.c149 test_diag(const char *directive, const char *reason, argument
181 test_ok(int passed, const char *description, const char *directive, argument
[all...]
/macosx-10.10/CommonCrypto-60061/test/test/
H A Dtestmore.c162 test_diag(const char *directive, const char *reason, argument
194 test_ok(int passed, const char *description, const char *directive, argument
[all...]
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.h61 __uint8_t directive[COLL_WEIGHTS_MAX]; member in struct:__collate_st_info
/macosx-10.10/adv_cmds-158/colldef/locale/
H A Dcollate.h59 __uint8_t directive[COLL_WEIGHTS_MAX]; member in struct:__collate_st_info
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestmore.c190 test_diag(const char *directive, const char *reason, argument
221 test_ok(int passed, __attribute((cf_consumed)) CFStringRef description, const char *directive, argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-16-ec-certificate.c1083 test_trust_ok(const uint8_t *cert_data, size_t cert_len, const uint8_t *root_data, size_t root_len, const char *date_str, CFStringRef testname, const char *directive, const char *reason, const char *file, int line) argument
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-41-secdb-stress.c67 static void test_SecDbExecWithSql(SecDbConnectionRef dbconn, CFStringRef sql CF_CONSUMED, const char *directive, argument
79 static void test_SecDbDeleteWithInts(SecDbConnectionRef dbconn, int key, int value, const char *directive, argument
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/dl/
H A Ddl-12-modify.c251 test_is_attributes_data( const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes1, const CSSM_DATA *data1, const CSSM_DB_RECORD_ATTRIBUTE_DATA *attributes2, const CSSM_DATA *data2, const char *description, const char *directive, const char *reason, const char *file, unsigned line) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp214 O << "\t" << directive << " "; local
207 printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O, const std::string &directive) argument
/macosx-10.10/cups-408/cups/cups/
H A Dfile.c1455 cupsFilePutConf(cups_file_t *fp, const char *directive, const char *value) argument
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh-symbian.c212 char * directive = s; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DResourceResponseBase.cpp640 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c580 char *directive; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dscanner.c2510 yaml_parser_scan_tag_handle(yaml_parser_t *parser, int directive, yaml_mark_t start_mark, yaml_char_t **handle) argument
2577 yaml_parser_scan_tag_uri(yaml_parser_t *parser, int directive, yaml_char_t *head, yaml_mark_t start_mark, yaml_char_t **uri) argument
2672 yaml_parser_scan_uri_escapes(yaml_parser_t *parser, int directive, yaml_mark_t start_mark, yaml_string_t *string) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp550 RefPtr<InspectorObject> directive = InspectorObject::create(); local
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dmkbuiltins.c420 char *directive; member in struct:__anon6559
547 char *directive; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dbind.c1120 char *directive, *args; local
/macosx-10.10/WebCore-7600.1.25/page/
H A DContentSecurityPolicy.cpp891 bool CSPDirectiveList::checkSource(SourceListDirective* directive, const URL& url) const argument
896 checkMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const argument
910 checkEvalAndReportViolation(SourceListDirective* directive, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, JSC::ExecState* state) const argument
927 checkMediaTypeAndReportViolation(MediaListDirective* directive, const String& type, const String& typeAttribute, const String& consoleMessage) const argument
940 checkInlineAndReportViolation(SourceListDirective* directive, const String& consoleMessage, const String& contextURL, const WTF::OrdinalNumber& contextLine, bool isScript) const argument
959 checkSourceAndReportViolation(SourceListDirective* directive, const URL& url, const String& effectiveDirective) const argument
1230 setCSPDirective(const String& name, const String& value, std::unique_ptr<CSPDirectiveType>& directive) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/loggers/
H A Dmod_log_config.c267 const ap_directive_t *directive; member in struct:__anon6263
1716 const ap_directive_t *directive = cls->directive; local
[all...]

Completed in 363 milliseconds

12