Searched refs:stringlen (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpointer.c2442 int stringlen; /* in bytes */ local
2455 stringlen = xmlStrlen(string);
2457 while (stringlen > 0) {
2458 if ((cur == *end) && (pos + stringlen > *endindex))
2463 if (len >= pos + stringlen) {
2464 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2469 stringlen, pos + 1);
2474 *endindex = pos + stringlen;
2491 stringlen -= sub;
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h7937 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);
7941 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
7944 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);
7948 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglext.h7054 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);
7058 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
7061 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string);
7065 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);

Completed in 225 milliseconds