/third_party/ffmpeg/libavformat/ |
D | rtmppkt.c | 100 int stringlen = 0; in ff_amf_get_string() local 102 stringlen = bytestream2_get_be16(bc); in ff_amf_get_string() 103 if (stringlen + 1 > strsize) in ff_amf_get_string() 105 readsize = bytestream2_get_buffer(bc, str, stringlen); in ff_amf_get_string() 106 if (readsize != stringlen) { in ff_amf_get_string() 111 *length = FFMIN(stringlen, readsize); in ff_amf_get_string()
|
D | rtmpproto.c | 415 int stringlen; in read_connect() local 460 if (ff_amf_read_string(&gbc, command, sizeof(command), &stringlen)) { in read_connect() 1906 int stringlen; in send_invoke_response() local 1916 &stringlen)) { in send_invoke_response() 1930 sizeof(filename), &stringlen); in send_invoke_response() 2020 int stringlen; in read_number_result() local 2027 if (ff_amf_read_string(&gbc, strbuffer, sizeof(strbuffer), &stringlen)) in read_number_result() 2243 int stringlen, ret, skip = 0; in handle_notify() local 2248 &stringlen)) in handle_notify() 2261 &stringlen)) in handle_notify() [all …]
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-file.c | 119 lws_find_string_in_file(const char *filename, const char *string, int stringlen) in lws_find_string_in_file() argument 125 lws_find_string_in_file(const char *filename, const char *string, int stringlen) in lws_find_string_in_file() argument
|
/third_party/libxml2/ |
D | xpointer.c | 2388 int stringlen; /* in bytes */ in xmlXPtrMatchString() local 2400 stringlen = xmlStrlen(string); in xmlXPtrMatchString() 2402 while (stringlen > 0) { in xmlXPtrMatchString() 2403 if ((cur == *end) && (pos + stringlen > *endindex)) in xmlXPtrMatchString() 2408 if (len >= pos + stringlen) { in xmlXPtrMatchString() 2409 match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); in xmlXPtrMatchString() 2414 stringlen, pos + 1); in xmlXPtrMatchString() 2419 *endindex = pos + stringlen; in xmlXPtrMatchString() 2436 stringlen -= sub; in xmlXPtrMatchString()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_include.txt | 64 int stringlen, const char *string) 73 sizei bufSize, int *stringlen, 102 int stringlen, const char *string) 106 string. <stringlen> is the number of <char>s in <string>. <string> 107 is an arbitrary string of characters. If <namelen> or <stringlen> 272 sizei bufSize, int *stringlen, 281 returned in <stringlen>. If <stringlen> is NULL, no length is 579 - Remove 'const' attribute from GetNamedStringARB <stringlen>. 612 - Change type of 'namelen' and 'stringlen' parameters from sizei
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_include.txt | 54 int stringlen, const char *string) 63 sizei bufSize, int *stringlen, 92 int stringlen, const char *string) 96 string. <stringlen> is the number of <char>s in <string>. <string> 97 is an arbitrary string of characters. If <namelen> or <stringlen> 262 sizei bufSize, int *stringlen, 271 returned in <stringlen>. If <stringlen> is NULL, no length is 569 - Remove 'const' attribute from GetNamedStringARB <stringlen>. 602 - Change type of 'namelen' and 'stringlen' parameters from sizei
|
/third_party/libwebsockets/lib/core/ |
D | private-lib-core.h | 781 lws_find_string_in_file(const char *filename, const char *str, int stringlen);
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 3514 GLint stringlen, const GLchar *string) in _mesa_NamedStringARB() argument 3525 char *string_cp = copy_string(ctx, string, stringlen, caller); in _mesa_NamedStringARB() 3693 GLint *stringlen, GLchar *string) in _mesa_GetNamedStringARB() argument 3714 *stringlen = size; in _mesa_GetNamedStringARB()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 986 lws_find_string_in_file(const char *filename, const char *string, int stringlen) in lws_find_string_in_file() argument 1001 if (match == stringlen) in lws_find_string_in_file() 1008 if (match == stringlen) { in lws_find_string_in_file()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/ |
D | glcorearb.h | 3649 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3653 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3656 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3660 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glcorearb.h | 3607 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3611 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3614 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3618 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
D | glext.h | 4255 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4259 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4262 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4266 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/mesa3d/include/GL/ |
D | glcorearb.h | 3589 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3593 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3596 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3600 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
D | glext.h | 4243 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4247 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4250 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4254 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/openGLES/api/GL/ |
D | glcorearb.h | 3570 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3574 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3577 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3581 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
D | glext.h | 4219 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4223 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4226 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4230 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glcorearb.h | 3607 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3611 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3614 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3618 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
D | glext.h | 4255 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4259 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4262 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 4266 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl_glext.h | 3728 …EDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3732 …INGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3735 …glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *s… 3739 …edStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|