sets             1389 ext/mysqlnd/mysqlnd.c 	int				retval, sets = 0;
sets             1408 ext/mysqlnd/mysqlnd.c 		sets += set_count;
sets             1416 ext/mysqlnd/mysqlnd.c 		sets += set_count;
sets             1419 ext/mysqlnd/mysqlnd.c 	if (!sets) {
sets              851 ext/sockets/sockets.c 	int				retval, sets = 0;
sets              862 ext/sockets/sockets.c 	if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd);
sets              863 ext/sockets/sockets.c 	if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd);
sets              864 ext/sockets/sockets.c 	if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd);
sets              866 ext/sockets/sockets.c 	if (!sets) {
sets              741 ext/standard/streamsfuncs.c 	int retval, sets = 0;
sets              769 ext/standard/streamsfuncs.c 		sets += set_count;
sets              776 ext/standard/streamsfuncs.c 		sets += set_count;
sets              783 ext/standard/streamsfuncs.c 		sets += set_count;
sets              786 ext/standard/streamsfuncs.c 	if (!sets) {