Searched defs:new_key (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c1169 * The new_key is allocated to hold the corrected keyword and must be freed
1174 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1182 *new_key = NULL;
1192 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1193 if (*new_key == NULL)
1200 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1222 kp = *new_key + key_len - 1;
1235 kp = *new_key;
1250 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1274 png_free(png_ptr, *new_key);
1300 png_charp new_key; local
1342 png_charp new_key; local
1394 png_charp new_lang, new_key; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxkbstr.h207 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxkbstr.h203 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxkbstr.h220 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxkbstr.h227 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBstr.h208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBstr.h207 unsigned char new_key; member in struct:_XkbRedirectKeyAction

Completed in 169 milliseconds