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

/external/ImageMagick/MagickCore/
H A Ddraw.c2057 *pattern_info;
2059 pattern_info=AcquireImageInfo();
2060 (void) CopyMagickString(pattern_info->filename,token,
2062 graphic_context[n]->fill_pattern=ReadImage(pattern_info,
2065 pattern_info=DestroyImageInfo(pattern_info);
2621 *pattern_info;
2623 pattern_info=AcquireImageInfo();
2624 (void) CopyMagickString(pattern_info->filename,token,
2626 graphic_context[n]->stroke_pattern=ReadImage(pattern_info,
2041 *pattern_info; local
2605 *pattern_info; local
[all...]
/external/pcre/dist2/src/
H A Dpcre2test.c3572 pattern_info(int what, void *where, BOOL unsetok) function
3771 (void)pattern_info(PCRE2_INFO_SIZE, &size, FALSE);
3772 (void)pattern_info(PCRE2_INFO_NAMECOUNT, &name_count, FALSE);
3773 (void)pattern_info(PCRE2_INFO_NAMEENTRYSIZE, &name_entry_size, FALSE);
3778 (void)pattern_info(PCRE2_INFO_JITSIZE, &size, FALSE);
3872 switch(pattern_info(PCRE2_INFO_MATCHLIMIT, &match_limit, TRUE))
3886 switch(pattern_info(PCRE2_INFO_RECURSIONLIMIT, &recursion_limit, TRUE))
3902 if (pattern_info(PCRE2_INFO_BACKREFMAX, &backrefmax, FALSE) +
3903 pattern_info(PCRE2_INFO_BSR, &bsr_convention, FALSE) +
3904 pattern_info(PCRE2_INFO_CAPTURECOUN
[all...]

Completed in 160 milliseconds