Home | History | Annotate | Download | only in common

Lines Matching full:plength

308 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) {
340 if(pLength) {
341 *pLength=length;
386 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) {
398 if(pLength) {
399 *pLength=length;
405 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) {
417 if(pLength) {
418 *pLength=length;
425 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) {
436 if(pLength) {
437 *pLength=length;