Searched defs:cname (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | cname.h | 2 static const struct cname { struct
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | readelf.c | 708 unsigned char *cname, *cp; local 775 cname = (unsigned char *) 777 for (cp = cname; *cp && isprint(*cp); cp++) 783 while (cp > cname && isspace(cp[-1])) 786 (int)(cp - cname), cname) == -1)
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_compile.c | 5325 const char *cname = NULL; local 5340 cname = zend_new_interned_string(var_name->u.constant.value.str.val, var_name->u.constant.value.str.len+1, 0 TSRMLS_CC); 5342 if (IS_INTERNED(cname)) { 5343 result = zend_hash_quick_add(&CG(active_class_entry)->constants_table, cname, var_name->u.constant.value.str.len+1, INTERNED_HASH(cname), &property, sizeof(zval *), NULL); 5345 result = zend_hash_add(&CG(active_class_entry)->constants_table, cname, var_name->u.constant.value.str.len+1, &property, sizeof(zval *), NULL);
|
Completed in 17 milliseconds