ok                 37 ext/com_dotnet/com_olechar.c 	BOOL ok;
ok                 52 ext/com_dotnet/com_olechar.c 		ok = MultiByteToWideChar(codepage, flags, string, string_len, olestring, string_len);
ok                 53 ext/com_dotnet/com_olechar.c 		if (ok > 0 && ok < string_len) {
ok                 54 ext/com_dotnet/com_olechar.c 			olestring[ok] = '\0';
ok                 57 ext/com_dotnet/com_olechar.c 		ok = FALSE;
ok                 62 ext/com_dotnet/com_olechar.c 	if (!ok) {
ok                 78 ext/com_dotnet/com_olechar.c 	BOOL ok;
ok                 85 ext/com_dotnet/com_olechar.c 		ok = length > 0;
ok                 89 ext/com_dotnet/com_olechar.c 		ok = FALSE;
ok                 93 ext/com_dotnet/com_olechar.c 	if (!ok) {
ok                504 ext/pdo/pdo_sql_parser.c 			int ok = 1;
ok                507 ext/pdo/pdo_sql_parser.c 					ok = 0;
ok                511 ext/pdo/pdo_sql_parser.c 			if (ok) {
ok               4566 ext/soap/soap.c 						int ok = 1;
ok               4573 ext/soap/soap.c 									ok = 0;
ok               4578 ext/soap/soap.c 										ok = 0;
ok               4582 ext/soap/soap.c 									ok = 0;
ok               4586 ext/soap/soap.c 								ok = 0;
ok               4592 ext/soap/soap.c 						if (ok /*&& node == NULL*/) {
ok               2823 ext/standard/array.c 	zend_bool ok;
ok               2867 ext/standard/array.c 			ok = 1;
ok               2873 ext/standard/array.c 					ok = 0;
ok               2877 ext/standard/array.c 			if (ok) {
ok               2882 ext/standard/array.c 			ok = 1;
ok               2888 ext/standard/array.c 					ok = 0;
ok               2892 ext/standard/array.c 			if (ok) {
ok               3246 ext/standard/array.c 	zend_bool ok;
ok               3285 ext/standard/array.c 			ok = 1;
ok               3291 ext/standard/array.c 					ok = 0;
ok               3295 ext/standard/array.c 			if (ok) {
ok               3300 ext/standard/array.c 			ok = 1;
ok               3306 ext/standard/array.c 					ok = 0;
ok               3310 ext/standard/array.c 			if (ok) {
ok                832 ext/standard/crypt_blowfish.c 	int save_errno, ok;
ok                861 ext/standard/crypt_blowfish.c 	ok = (p == buf.o &&
ok                871 ext/standard/crypt_blowfish.c 		ok = ok && ai[0] == 0xdb9c59bc && ye[17] == 0x33343500 &&
ok                877 ext/standard/crypt_blowfish.c 	if (ok)
ok                303 ext/standard/url_scanner_ex.c 	int ok = 0;
ok                311 ext/standard/url_scanner_ex.c 		ok = 1;
ok                312 ext/standard/url_scanner_ex.c 	STATE = ok ? STATE_NEXT_ARG : STATE_PLAIN;
ok                346 main/network.c 		goto ok;
ok                377 main/network.c ok:
ok                848 sapi/nsapi/nsapi.c 	register int i,j,ok;
ok                854 sapi/nsapi/nsapi.c 			ok=1;
ok                856 sapi/nsapi/nsapi.c 				ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0);
ok                859 sapi/nsapi/nsapi.c 			if (ok) {
ok                155 win32/fnmatch.c 	int negate, ok;
ok                171 win32/fnmatch.c 	for (ok = 0; (c = *pattern++) != ']';) {
ok                193 win32/fnmatch.c 				ok = 1;
ok                195 win32/fnmatch.c 			ok = 1;
ok                197 win32/fnmatch.c 	return (ok == negate ? NULL : pattern);
ok                776 win32/glob.c   	int ok, negate_range;
ok                796 win32/glob.c   			ok = 0;
ok                804 win32/glob.c   						ok = 1;
ok                807 win32/glob.c   					ok = 1;
ok                808 win32/glob.c   			if (ok == negate_range)