Searched refs:listptr (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_get.c382 listptr set to point to the list of pointers
392 const char ***listptr)
396 PCRE_SPTR16 **listptr)
412 *listptr = (const char **)stringlist;
414 *listptr = (PCRE_SPTR16 *)stringlist;
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
H A Dpcretest.c257 #define PCRE_FREE_SUBSTRING_LIST8(listptr) \
258 pcre_free_substring_list(listptr)
271 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \
272 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
343 #define PCRE_FREE_SUBSTRING_LIST16(listptr) \
344 pcre16_free_substring_list((PCRE_SPTR16 *)listptr)
358 #define PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr) \
360 (PCRE_SPTR16 **)(void*)listptr)
474 #define PCRE_FREE_SUBSTRING_LIST(listptr) \
476 PCRE_FREE_SUBSTRING_LIST16(listptr); \
[all...]
H A Dpcregexp.pas403 listptr : pointer {const char ***listptr}) : integer; external;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_get.c382 listptr set to point to the list of pointers
392 const char ***listptr)
396 PCRE_SPTR16 **listptr)
412 *listptr = (const char **)stringlist;
414 *listptr = (PCRE_SPTR16 *)stringlist;
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
H A Dpcretest.c257 #define PCRE_FREE_SUBSTRING_LIST8(listptr) \
258 pcre_free_substring_list(listptr)
271 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \
272 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
343 #define PCRE_FREE_SUBSTRING_LIST16(listptr) \
344 pcre16_free_substring_list((PCRE_SPTR16 *)listptr)
358 #define PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr) \
360 (PCRE_SPTR16 **)(void*)listptr)
474 #define PCRE_FREE_SUBSTRING_LIST(listptr) \
476 PCRE_FREE_SUBSTRING_LIST16(listptr); \
[all...]
H A Dpcregexp.pas403 listptr : pointer {const char ***listptr}) : integer; external;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_get.c382 listptr set to point to the list of pointers
392 const char ***listptr)
396 PCRE_SPTR16 **listptr)
412 *listptr = (const char **)stringlist;
414 *listptr = (PCRE_SPTR16 *)stringlist;
391 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, const char ***listptr) argument
H A Dpcretest.c257 #define PCRE_FREE_SUBSTRING_LIST8(listptr) \
258 pcre_free_substring_list(listptr)
271 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \
272 rc = pcre_get_substring_list((const char *)bptr, offsets, count, listptr)
343 #define PCRE_FREE_SUBSTRING_LIST16(listptr) \
344 pcre16_free_substring_list((PCRE_SPTR16 *)listptr)
358 #define PCRE_GET_SUBSTRING_LIST16(rc, bptr, offsets, count, listptr) \
360 (PCRE_SPTR16 **)(void*)listptr)
474 #define PCRE_FREE_SUBSTRING_LIST(listptr) \
476 PCRE_FREE_SUBSTRING_LIST16(listptr); \
[all...]
H A Dpcregexp.pas403 listptr : pointer {const char ***listptr}) : integer; external;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddev_sb1250_ethernet.c927 sbeth_pkt_t *listptr; local
937 listptr = s->sbe_rxqueue;
938 while (listptr->next) listptr = listptr->next;
939 listptr->next = pkt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/kernel/
H A Dhardware.c1333 struct hp_hardware *listptr; local
1335 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) {
1336 if ((listptr->hw_type == id->hw_type) &&
1337 (listptr->hversion == id->hversion) &&
1338 (listptr->sversion == id->sversion)){
1339 return listptr->name;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/kernel/
H A Dhardware.c1333 struct hp_hardware *listptr; local
1335 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) {
1336 if ((listptr->hw_type == id->hw_type) &&
1337 (listptr->hversion == id->hversion) &&
1338 (listptr->sversion == id->sversion)){
1339 return listptr->name;

Completed in 260 milliseconds