Searched refs:optptr (Results 1 – 4 of 4) sorted by relevance
76 pcre_info(const pcre *argument_re, int *optptr, int *first_byte) in pcre_info() argument86 if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS); in pcre_info()
405 var optptr : integer;
1415 unsigned char * optptr; in pr_options() local1420 optptr = cp; in pr_options()1423 if (*optptr == IPOPT_EOL) in pr_options()1425 if (*optptr == IPOPT_NOP) { in pr_options()1427 optptr++; in pr_options()1431 cp = optptr; in pr_options()1432 optlen = optptr[1]; in pr_options()1555 optptr += optlen; in pr_options()
877 int pcre_info(const pcre *code, int *optptr, int *firstcharptr);1875 int pcre_info(const pcre *code, int *optptr, int *firstcharptr);1886 If the optptr argument is not NULL, a copy of the options with which