Searched defs:sets (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| 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
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 246 to find out whether there are more result sets of 1335 int retval, sets = 0; local 1354 sets += set_count; 1362 sets += set_count; 1365 if (!sets) { 2362 /* we don't need external character sets, all character sets are
|
| /PHP_TRUNK/ext/standard/ |
| H A D | streamsfuncs.c | 769 Runs the select() system call on the sets of streams with a timeout specified by tv_sec and tv_usec */ 777 int retval, sets = 0; local 792 sets += set_count; 799 sets += set_count; 806 sets += set_count; 809 if (!sets) {
|
| /PHP_TRUNK/ext/sockets/ |
| H A D | sockets.c | 839 Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec */ 847 int retval, sets = 0; local 858 if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd TSRMLS_CC); 859 if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd TSRMLS_CC); 860 if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd TSRMLS_CC); 862 if (!sets) {
|
Completed in 13 milliseconds