Searched refs:sets (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_3/ext/ereg/regex/ |
| H A D | debug.c | 148 cs = &g->sets[opnd];
|
| H A D | engine.c | 458 cs = &m->g->sets[OPND(s)]; 860 cs = &g->sets[OPND(s)];
|
| H A D | regcomp.c | 139 g->sets = NULL; 644 if (nch(p, cs) == 1) { /* optimize singleton sets */ 1015 if (p->g->sets == NULL) 1016 p->g->sets = (cset *)malloc(nc * sizeof(cset)); 1018 p->g->sets = (cset *)realloc((unsigned char *)p->g->sets, 1027 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); 1029 if (p->g->sets != NULL && p->g->setbits != NULL) 1039 assert(p->g->sets != NULL); /* xxx */ 1040 cs = &p->g->sets[n [all...] |
| H A D | regex2.h | 77 * Structure for [] character-set representation. Character sets are 81 * simplifies testing whether two sets could be identical. 115 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
|
| H A D | regfree.c | 30 if (g->sets != NULL) 31 free((char *)g->sets);
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | spldoublylinkedlist.inc | 116 /** Changes the iteration mode. There are two orthogonal sets of modes that
|
| /PHP_5_3/ext/sockets/ |
| H A D | sockets.c | 785 Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec */ 793 int retval, sets = 0; local 804 if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd TSRMLS_CC); 805 if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd TSRMLS_CC); 806 if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd TSRMLS_CC); 808 if (!sets) {
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd.c | 258 to find out whether there are more result sets of 1210 int retval, sets = 0; local 1230 sets += set_count; 1238 sets += set_count; 1241 if (!sets) { 2119 /* we don't need external character sets, all character sets are
|
| /PHP_5_3/ext/standard/ |
| H A D | streamsfuncs.c | 762 Runs the select() system call on the sets of streams with a timeout specified by tv_sec and tv_usec */ 770 int retval, sets = 0; local 785 sets += set_count; 792 sets += set_count; 799 sets += set_count; 802 if (!sets) {
|
Completed in 21 milliseconds