/third_party/ffmpeg/libavformat/ |
H A 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()
|
H A D | rtmpproto.c | 419 int stringlen; in read_connect() local 464 if (ff_amf_read_string(&gbc, command, sizeof(command), &stringlen)) { in read_connect() 1907 int stringlen; in send_invoke_response() local 1917 &stringlen)) { in send_invoke_response() 1931 sizeof(filename), &stringlen); in send_invoke_response() 2023 int stringlen; in read_number_result() local 2030 if (ff_amf_read_string(&gbc, strbuffer, sizeof(strbuffer), &stringlen)) in read_number_result() 2246 int stringlen, ret, skip = 0; in handle_notify() local 2251 &stringlen)) in handle_notify() 2264 &stringlen)) in handle_notify() 3031 int stringlen = 0; rtmp_write() local [all...] |
/third_party/libwebsockets/lib/plat/freertos/ |
H A 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/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 787 lws_find_string_in_file(const char *filename, const char *str, int stringlen);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 3514 GLint stringlen, const GLchar *string) in _mesa_NamedStringARB() 3525 char *string_cp = copy_string(ctx, string, stringlen, caller); in _mesa_NamedStringARB() 3693 GLint *stringlen, GLchar *string) in _mesa_GetNamedStringARB() 3714 *stringlen = size; in _mesa_GetNamedStringARB() 3513 _mesa_NamedStringARB(GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string) _mesa_NamedStringARB() argument 3692 _mesa_GetNamedStringARB(GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string) _mesa_GetNamedStringARB() argument
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 988 lws_find_string_in_file(const char *filename, const char *string, int stringlen) in lws_find_string_in_file() argument 1003 if (match == stringlen) in lws_find_string_in_file() 1010 if (match == stringlen) { in lws_find_string_in_file()
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 3589 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3593 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3596 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3600 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
H A D | glext.h | 4243 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4247 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4250 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4254 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 3570 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3574 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3577 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3581 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
H A D | glext.h | 4219 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4223 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4226 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4230 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 3607 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3611 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3614 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3618 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
H A D | glext.h | 4255 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4259 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4262 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4266 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 3607 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3611 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 3614 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 3618 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|
H A D | glext.h | 4255 typedef void (APIENTRYP PFNGLNAMEDSTRINGARBPROC) (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4259 typedef void (APIENTRYP PFNGLGETNAMEDSTRINGARBPROC) (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string); 4262 GLAPI void APIENTRY glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string); 4266 GLAPI void APIENTRY glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string);
|