Searched refs:max_value (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/intl/locale/ |
| H A D | locale_methods.c | 797 int max_value = 0; local 830 /* Decide the max_value: the max. no. of elements allowed */ 832 max_value = MAX_NO_VARIANT; 835 max_value = MAX_NO_EXTLANG; 838 max_value = MAX_NO_PRIVATE; 843 for( i=0 ; i< max_value; i++ ){
|
| /PHP_TRUNK/win32/ |
| H A D | registry.c | 62 DWORD keys, values, max_key, max_name, max_value; local 66 if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, NULL, NULL) == ERROR_SUCCESS) { 71 char *value = (char*)emalloc(max_value+1); 77 value_len = max_value+1;
|
Completed in 21 milliseconds