Searched refs:source_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/swig-10/Lib/ocaml/
H A Docaml.swg35 SWIG_Cast (void *source, swig_type_info *source_type,
46 source_type ? source_type->str : "<none>",
49 if (dest_type != source_type) {
55 if( !dest_type || !source_type ||
57 !strcmp(source_type->name,"_p_void") ) {
62 SWIG_TypeCheckStruct(source_type, dest_type );
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dhprop.c49 static char *source_type; variable
130 { "source", 0, arg_string, &source_type, "type of database to read",
425 if(source_type != NULL) {
426 type = parse_source_type(source_type);
428 krb5_errx(context, 1, "unknown source type `%s'", source_type);

Completed in 133 milliseconds