| 65 |
(PCRE_ERROR_NOSUBSTRING) if not found |
(PCRE_ERROR_NOSUBSTRING) if not found |
| 66 |
*/ |
*/ |
| 67 |
|
|
| 68 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 69 |
pcre_get_stringnumber(const pcre *code, const char *stringname) |
pcre_get_stringnumber(const pcre *code, const char *stringname) |
| 70 |
{ |
{ |
| 71 |
int rc; |
int rc; |
| 114 |
(PCRE_ERROR_NOSUBSTRING) if not found |
(PCRE_ERROR_NOSUBSTRING) if not found |
| 115 |
*/ |
*/ |
| 116 |
|
|
| 117 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 118 |
pcre_get_stringtable_entries(const pcre *code, const char *stringname, |
pcre_get_stringtable_entries(const pcre *code, const char *stringname, |
| 119 |
char **firstptr, char **lastptr) |
char **firstptr, char **lastptr) |
| 120 |
{ |
{ |
| 231 |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
| 232 |
*/ |
*/ |
| 233 |
|
|
| 234 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 235 |
pcre_copy_substring(const char *subject, int *ovector, int stringcount, |
pcre_copy_substring(const char *subject, int *ovector, int stringcount, |
| 236 |
int stringnumber, char *buffer, int size) |
int stringnumber, char *buffer, int size) |
| 237 |
{ |
{ |
| 276 |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
| 277 |
*/ |
*/ |
| 278 |
|
|
| 279 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 280 |
pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector, |
pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector, |
| 281 |
int stringcount, const char *stringname, char *buffer, int size) |
int stringcount, const char *stringname, char *buffer, int size) |
| 282 |
{ |
{ |
| 308 |
PCRE_ERROR_NOMEMORY (-6) failed to get store |
PCRE_ERROR_NOMEMORY (-6) failed to get store |
| 309 |
*/ |
*/ |
| 310 |
|
|
| 311 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 312 |
pcre_get_substring_list(const char *subject, int *ovector, int stringcount, |
pcre_get_substring_list(const char *subject, int *ovector, int stringcount, |
| 313 |
const char ***listptr) |
const char ***listptr) |
| 314 |
{ |
{ |
| 353 |
Returns: nothing |
Returns: nothing |
| 354 |
*/ |
*/ |
| 355 |
|
|
| 356 |
void |
PCRE_EXP_DEFN void PCRE_CALL_CONVENTION |
| 357 |
pcre_free_substring_list(const char **pointer) |
pcre_free_substring_list(const char **pointer) |
| 358 |
{ |
{ |
| 359 |
(pcre_free)((void *)pointer); |
(pcre_free)((void *)pointer); |
| 386 |
PCRE_ERROR_NOSUBSTRING (-7) substring not present |
PCRE_ERROR_NOSUBSTRING (-7) substring not present |
| 387 |
*/ |
*/ |
| 388 |
|
|
| 389 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 390 |
pcre_get_substring(const char *subject, int *ovector, int stringcount, |
pcre_get_substring(const char *subject, int *ovector, int stringcount, |
| 391 |
int stringnumber, const char **stringptr) |
int stringnumber, const char **stringptr) |
| 392 |
{ |
{ |
| 433 |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
PCRE_ERROR_NOSUBSTRING (-7) no such captured substring |
| 434 |
*/ |
*/ |
| 435 |
|
|
| 436 |
int |
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION |
| 437 |
pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, |
pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, |
| 438 |
int stringcount, const char *stringname, const char **stringptr) |
int stringcount, const char *stringname, const char **stringptr) |
| 439 |
{ |
{ |
| 456 |
Returns: nothing |
Returns: nothing |
| 457 |
*/ |
*/ |
| 458 |
|
|
| 459 |
void |
PCRE_EXP_DEFN void PCRE_CALL_CONVENTION |
| 460 |
pcre_free_substring(const char *pointer) |
pcre_free_substring(const char *pointer) |
| 461 |
{ |
{ |
| 462 |
(pcre_free)((void *)pointer); |
(pcre_free)((void *)pointer); |