Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:number_options

423 %        size_t *number_options,ExceptionInfo *exception)
429 % o number_options: This integer returns the number of configure options in
458 size_t *number_options,ExceptionInfo *exception)
474 assert(number_options != (size_t *) NULL);
475 *number_options=0;
499 *number_options=(size_t) i;
521 % size_t *number_options,ExceptionInfo *exception)
527 % o number_options: This integer returns the number of options in the list.
553 size_t *number_options,ExceptionInfo *exception)
569 assert(number_options != (size_t *) NULL);
570 *number_options=0;
591 *number_options=(size_t) i;
1086 number_options;
1093 configure_info=GetConfigureInfoList("*",&number_options,exception);
1097 for (i=0; i < (ssize_t) number_options; i++)